Interface StoreInternal.DocumentIndexMetaOrBuilder

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

public static interface StoreInternal.DocumentIndexMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 apply_log_id = 5;
    long
    int64 id = 1;
    boolean
    bool is_hold_vector_index = 10;
    long
    int64 snapshot_log_id = 6;
    int
    int32 status = 4;
    int
    int32 type = 3;
    long
    int64 version = 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

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • getVersion

      long getVersion()
      int64 version = 2;
      Returns:
      The version.
    • getType

      int getType()
      int32 type = 3;
      Returns:
      The type.
    • getStatus

      int getStatus()
      int32 status = 4;
      Returns:
      The status.
    • getApplyLogId

      long getApplyLogId()
      int64 apply_log_id = 5;
      Returns:
      The applyLogId.
    • getSnapshotLogId

      long getSnapshotLogId()
      int64 snapshot_log_id = 6;
      Returns:
      The snapshotLogId.
    • getIsHoldVectorIndex

      boolean getIsHoldVectorIndex()
      bool is_hold_vector_index = 10;
      Returns:
      The isHoldVectorIndex.