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 Type
    Method
    Description
    long
    required uint64 quota = 2;
    org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.StorageTypeProto
    required .hadoop.hdfs.StorageTypeProto storageType = 1;
    boolean
    required uint64 quota = 2;
    boolean
    required .hadoop.hdfs.StorageTypeProto storageType = 1;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.