public interface GetBlockMasterInfoPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BlockMasterInfoField |
getFilters(int index)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
int |
getFiltersCount()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
List<BlockMasterInfoField> |
getFiltersList()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<BlockMasterInfoField> getFiltersList()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
int getFiltersCount()
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
BlockMasterInfoField getFilters(int index)
repeated .alluxio.grpc.block.BlockMasterInfoField filters = 1;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.