Class Tablespace.PartitioningInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Tablespace.PartitioningInfoOrBuilder
Enclosing class:
Tablespace

public static final class Tablespace.PartitioningInfo extends com.google.protobuf.GeneratedMessageV3 implements Tablespace.PartitioningInfoOrBuilder
Protobuf type PartitioningInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasType

      public boolean hasType()
      optional .PartitioningInfo.PartitioningType type = 1;
      Specified by:
      hasType in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      optional .PartitioningInfo.PartitioningType type = 1;
      Specified by:
      getType in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The type.
    • hasTimeColumn

      public boolean hasTimeColumn()
      optional string timeColumn = 2;
      Specified by:
      hasTimeColumn in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      Whether the timeColumn field is set.
    • getTimeColumn

      public String getTimeColumn()
      optional string timeColumn = 2;
      Specified by:
      getTimeColumn in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The timeColumn.
    • getTimeColumnBytes

      public com.google.protobuf.ByteString getTimeColumnBytes()
      optional string timeColumn = 2;
      Specified by:
      getTimeColumnBytes in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The bytes for timeColumn.
    • hasTimePartitionSchema

      public boolean hasTimePartitionSchema()
      optional string timePartitionSchema = 3;
      Specified by:
      hasTimePartitionSchema in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      Whether the timePartitionSchema field is set.
    • getTimePartitionSchema

      public String getTimePartitionSchema()
      optional string timePartitionSchema = 3;
      Specified by:
      getTimePartitionSchema in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The timePartitionSchema.
    • getTimePartitionSchemaBytes

      public com.google.protobuf.ByteString getTimePartitionSchemaBytes()
      optional string timePartitionSchema = 3;
      Specified by:
      getTimePartitionSchemaBytes in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The bytes for timePartitionSchema.
    • hasValueColumn

      public boolean hasValueColumn()
      optional string valueColumn = 4;
      Specified by:
      hasValueColumn in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      Whether the valueColumn field is set.
    • getValueColumn

      public String getValueColumn()
      optional string valueColumn = 4;
      Specified by:
      getValueColumn in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The valueColumn.
    • getValueColumnBytes

      public com.google.protobuf.ByteString getValueColumnBytes()
      optional string valueColumn = 4;
      Specified by:
      getValueColumnBytes in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The bytes for valueColumn.
    • hasValueColumnType

      public boolean hasValueColumnType()
      optional string valueColumnType = 5;
      Specified by:
      hasValueColumnType in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      Whether the valueColumnType field is set.
    • getValueColumnType

      public String getValueColumnType()
      optional string valueColumnType = 5;
      Specified by:
      getValueColumnType in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The valueColumnType.
    • getValueColumnTypeBytes

      public com.google.protobuf.ByteString getValueColumnTypeBytes()
      optional string valueColumnType = 5;
      Specified by:
      getValueColumnTypeBytes in interface Tablespace.PartitioningInfoOrBuilder
      Returns:
      The bytes for valueColumnType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Tablespace.PartitioningInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Tablespace.PartitioningInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Tablespace.PartitioningInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Tablespace.PartitioningInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Tablespace.PartitioningInfo.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Tablespace.PartitioningInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Tablespace.PartitioningInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Tablespace.PartitioningInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<Tablespace.PartitioningInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Tablespace.PartitioningInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder