Interface Tablespace.TimeBasedPartitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Tablespace.TimeBasedPartition, Tablespace.TimeBasedPartition.Builder
Enclosing class:
Tablespace

public static interface Tablespace.TimeBasedPartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string partitionCf = 4;
    com.google.protobuf.ByteString
    optional string partitionCf = 4;
    optional string partitionDir = 1;
    com.google.protobuf.ByteString
    optional string partitionDir = 1;
    long
    optional int64 partitionEnd = 3;
    long
    optional int64 partitionStart = 2;
    boolean
    optional string partitionCf = 4;
    boolean
    optional string partitionDir = 1;
    boolean
    optional int64 partitionEnd = 3;
    boolean
    optional int64 partitionStart = 2;

    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 Details

    • hasPartitionDir

      boolean hasPartitionDir()
      optional string partitionDir = 1;
      Returns:
      Whether the partitionDir field is set.
    • getPartitionDir

      String getPartitionDir()
      optional string partitionDir = 1;
      Returns:
      The partitionDir.
    • getPartitionDirBytes

      com.google.protobuf.ByteString getPartitionDirBytes()
      optional string partitionDir = 1;
      Returns:
      The bytes for partitionDir.
    • hasPartitionStart

      boolean hasPartitionStart()
      optional int64 partitionStart = 2;
      Returns:
      Whether the partitionStart field is set.
    • getPartitionStart

      long getPartitionStart()
      optional int64 partitionStart = 2;
      Returns:
      The partitionStart.
    • hasPartitionEnd

      boolean hasPartitionEnd()
      optional int64 partitionEnd = 3;
      Returns:
      Whether the partitionEnd field is set.
    • getPartitionEnd

      long getPartitionEnd()
      optional int64 partitionEnd = 3;
      Returns:
      The partitionEnd.
    • hasPartitionCf

      boolean hasPartitionCf()
      optional string partitionCf = 4;
      Returns:
      Whether the partitionCf field is set.
    • getPartitionCf

      String getPartitionCf()
      optional string partitionCf = 4;
      Returns:
      The partitionCf.
    • getPartitionCfBytes

      com.google.protobuf.ByteString getPartitionCfBytes()
      optional string partitionCf = 4;
      Returns:
      The bytes for partitionCf.