public interface GetMasterInfoPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MasterInfoField |
getFilter(int index)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
int |
getFilterCount()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
List<MasterInfoField> |
getFilterList()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<MasterInfoField> getFilterList()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1;
int getFilterCount()
repeated .alluxio.grpc.meta.MasterInfoField filter = 1;
MasterInfoField getFilter(int index)
repeated .alluxio.grpc.meta.MasterInfoField filter = 1;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.