Package | Description |
---|---|
alluxio.grpc | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static BlockMasterInfoField |
BlockMasterInfoField.forNumber(int value) |
BlockMasterInfoField |
GetBlockMasterInfoPOptionsOrBuilder.getFilters(int index)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
BlockMasterInfoField |
GetBlockMasterInfoPOptions.getFilters(int index)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
BlockMasterInfoField |
GetBlockMasterInfoPOptions.Builder.getFilters(int index)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
static BlockMasterInfoField |
BlockMasterInfoField.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BlockMasterInfoField |
BlockMasterInfoField.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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 |
---|---|
List<BlockMasterInfoField> |
GetBlockMasterInfoPOptionsOrBuilder.getFiltersList()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
List<BlockMasterInfoField> |
GetBlockMasterInfoPOptions.getFiltersList()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
List<BlockMasterInfoField> |
GetBlockMasterInfoPOptions.Builder.getFiltersList()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
static com.google.protobuf.Internal.EnumLiteMap<BlockMasterInfoField> |
BlockMasterInfoField.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoPOptions.Builder |
GetBlockMasterInfoPOptions.Builder.addFilters(BlockMasterInfoField value)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
GetBlockMasterInfoPOptions.Builder |
GetBlockMasterInfoPOptions.Builder.setFilters(int index,
BlockMasterInfoField value)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoPOptions.Builder |
GetBlockMasterInfoPOptions.Builder.addAllFilters(Iterable<? extends BlockMasterInfoField> values)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
Modifier and Type | Method and Description |
---|---|
BlockMasterInfoField |
BlockMasterInfo.BlockMasterInfoField.toProto() |
Modifier and Type | Method and Description |
---|---|
static BlockMasterInfo.BlockMasterInfoField |
BlockMasterInfo.BlockMasterInfoField.fromProto(BlockMasterInfoField field) |
Copyright © 2023. All Rights Reserved.