Interface Tablespace.BucketPropertiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreated()
      optional int64 created = 2;
      int getMaxNumObjects()
      maximum number of objects in the bucket
      long getMaxSize()
      maximum size in bytes
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      int getNumObjects()
      current number of objects in the bucket
      long getSize()
      current bucket size
      boolean hasCreated()
      optional int64 created = 2;
      boolean hasMaxNumObjects()
      maximum number of objects in the bucket
      boolean hasMaxSize()
      maximum size in bytes
      boolean hasName()
      optional string name = 1;
      boolean hasNumObjects()
      current number of objects in the bucket
      boolean hasSize()
      current bucket size
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasCreated

        boolean hasCreated()
        optional int64 created = 2;
      • getCreated

        long getCreated()
        optional int64 created = 2;
      • hasMaxNumObjects

        boolean hasMaxNumObjects()
        maximum number of objects in the bucket
         
        optional int32 maxNumObjects = 3;
      • getMaxNumObjects

        int getMaxNumObjects()
        maximum number of objects in the bucket
         
        optional int32 maxNumObjects = 3;
      • hasMaxSize

        boolean hasMaxSize()
        maximum size in bytes
         
        optional uint64 maxSize = 4;
      • getMaxSize

        long getMaxSize()
        maximum size in bytes
         
        optional uint64 maxSize = 4;
      • hasNumObjects

        boolean hasNumObjects()
        current number of objects in the bucket
         
        optional int32 numObjects = 5;
      • getNumObjects

        int getNumObjects()
        current number of objects in the bucket
         
        optional int32 numObjects = 5;
      • hasSize

        boolean hasSize()
        current bucket size
         
        optional uint64 size = 6;
      • getSize

        long getSize()
        current bucket size
         
        optional uint64 size = 6;