Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static BlockMasterInfoField |
BlockMasterInfoField.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
static BlockMasterInfoField |
BlockMasterInfoField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockMasterInfoField[] |
BlockMasterInfoField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<BlockMasterInfoField> |
GetBlockMasterInfoTOptions.getFilter() |
Iterator<BlockMasterInfoField> |
GetBlockMasterInfoTOptions.getFilterIterator() |
Modifier and Type | Method and Description |
---|---|
void |
GetBlockMasterInfoTOptions.addToFilter(BlockMasterInfoField elem) |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoTOptions |
GetBlockMasterInfoTOptions.setFilter(Set<BlockMasterInfoField> filter) |
Constructor and Description |
---|
GetBlockMasterInfoTOptions(Set<BlockMasterInfoField> filter) |
Modifier and Type | Method and Description |
---|---|
BlockMasterInfoField |
BlockMasterInfo.BlockMasterInfoField.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BlockMasterInfo.BlockMasterInfoField |
BlockMasterInfo.BlockMasterInfoField.fromThrift(BlockMasterInfoField field) |
Copyright © 2023. All Rights Reserved.