Interface FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.INodeSection.QuotaByStorageTypeEntryProto,FsImageProto.INodeSection.QuotaByStorageTypeEntryProto.Builder
- Enclosing class:
- FsImageProto.INodeSection
public static interface FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetQuota()required uint64 quota = 2;org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageTypeProtorequired .hadoop.hdfs.StorageTypeProto storageType = 1;booleanhasQuota()required uint64 quota = 2;booleanrequired .hadoop.hdfs.StorageTypeProto storageType = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStorageType
boolean hasStorageType()required .hadoop.hdfs.StorageTypeProto storageType = 1;- Returns:
- Whether the storageType field is set.
-
getStorageType
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageTypeProto getStorageType()required .hadoop.hdfs.StorageTypeProto storageType = 1;- Returns:
- The storageType.
-
hasQuota
boolean hasQuota()required uint64 quota = 2;- Returns:
- Whether the quota field is set.
-
getQuota
long getQuota()required uint64 quota = 2;- Returns:
- The quota.
-