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