Class StoreInternal.LogIndexMeta

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dingodb.store_internal.StoreInternal.LogIndexMeta
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StoreInternal.LogIndexMetaOrBuilder, Serializable
Enclosing class:
StoreInternal

public static final class StoreInternal.LogIndexMeta extends com.google.protobuf.GeneratedMessageV3 implements StoreInternal.LogIndexMetaOrBuilder
Protobuf type dingodb.pb.store_internal.LogIndexMeta
See Also:
  • Field Details

    • FIRST_LOG_INDEX_FIELD_NUMBER

      public static final int FIRST_LOG_INDEX_FIELD_NUMBER
      See Also:
    • LAST_LOG_INDEX_FIELD_NUMBER

      public static final int LAST_LOG_INDEX_FIELD_NUMBER
      See Also:
    • TRUNCATE_INDEXES_FIELD_NUMBER

      public static final int TRUNCATE_INDEXES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance 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
    • getFirstLogIndex

      public long getFirstLogIndex()
      int64 first_log_index = 1;
      Specified by:
      getFirstLogIndex in interface StoreInternal.LogIndexMetaOrBuilder
      Returns:
      The firstLogIndex.
    • getLastLogIndex

      public long getLastLogIndex()
      int64 last_log_index = 2;
      Specified by:
      getLastLogIndex in interface StoreInternal.LogIndexMetaOrBuilder
      Returns:
      The lastLogIndex.
    • getTruncateIndexesList

      public List<StoreInternal.LogIndexMeta.TruncateIndex> getTruncateIndexesList()
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
      Specified by:
      getTruncateIndexesList in interface StoreInternal.LogIndexMetaOrBuilder
    • getTruncateIndexesOrBuilderList

      public List<? extends StoreInternal.LogIndexMeta.TruncateIndexOrBuilder> getTruncateIndexesOrBuilderList()
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
      Specified by:
      getTruncateIndexesOrBuilderList in interface StoreInternal.LogIndexMetaOrBuilder
    • getTruncateIndexesCount

      public int getTruncateIndexesCount()
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
      Specified by:
      getTruncateIndexesCount in interface StoreInternal.LogIndexMetaOrBuilder
    • getTruncateIndexes

      public StoreInternal.LogIndexMeta.TruncateIndex getTruncateIndexes(int index)
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
      Specified by:
      getTruncateIndexes in interface StoreInternal.LogIndexMetaOrBuilder
    • getTruncateIndexesOrBuilder

      public StoreInternal.LogIndexMeta.TruncateIndexOrBuilder getTruncateIndexesOrBuilder(int index)
      repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;
      Specified by:
      getTruncateIndexesOrBuilder in interface StoreInternal.LogIndexMetaOrBuilder
    • 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 StoreInternal.LogIndexMeta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static StoreInternal.LogIndexMeta parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static StoreInternal.LogIndexMeta parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static StoreInternal.LogIndexMeta.Builder newBuilder()
    • newBuilder

      public static StoreInternal.LogIndexMeta.Builder newBuilder(StoreInternal.LogIndexMeta prototype)
    • toBuilder

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

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

      public static StoreInternal.LogIndexMeta getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<StoreInternal.LogIndexMeta> parser()
    • getParserForType

      public com.google.protobuf.Parser<StoreInternal.LogIndexMeta> 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 StoreInternal.LogIndexMeta getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder