Package | Description |
---|---|
alluxio.client.meta | |
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
MasterInfo |
MetaMasterClient.getMasterInfo(Set<MasterInfoField> masterInfoFields) |
MasterInfo |
RetryHandlingMetaMasterClient.getMasterInfo(Set<MasterInfoField> fields) |
Modifier and Type | Method and Description |
---|---|
static MasterInfoField |
MasterInfoField.forNumber(int value) |
MasterInfoField |
GetMasterInfoPOptionsOrBuilder.getFilter(int index)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
MasterInfoField |
GetMasterInfoPOptions.getFilter(int index)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
MasterInfoField |
GetMasterInfoPOptions.Builder.getFilter(int index)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
static MasterInfoField |
MasterInfoField.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterInfoField |
MasterInfoField.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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 |
---|---|
List<MasterInfoField> |
GetMasterInfoPOptionsOrBuilder.getFilterList()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
List<MasterInfoField> |
GetMasterInfoPOptions.getFilterList()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
List<MasterInfoField> |
GetMasterInfoPOptions.Builder.getFilterList()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
static com.google.protobuf.Internal.EnumLiteMap<MasterInfoField> |
MasterInfoField.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GetMasterInfoPOptions.Builder |
GetMasterInfoPOptions.Builder.addFilter(MasterInfoField value)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
GetMasterInfoPOptions.Builder |
GetMasterInfoPOptions.Builder.setFilter(int index,
MasterInfoField value)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
Modifier and Type | Method and Description |
---|---|
GetMasterInfoPOptions.Builder |
GetMasterInfoPOptions.Builder.addAllFilter(Iterable<? extends MasterInfoField> values)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
Copyright © 2023. All Rights Reserved.