Interface Common.VectorIndexStatusOrBuilder

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

public static interface Common.VectorIndexStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 apply_log_id = 8;
    boolean
    bool is_build_error = 4;
    boolean
    is hold vector index
    boolean
    bool is_own_ready = 3;
    boolean
    bool is_ready = 2;
    boolean
    bool is_rebuild_error = 5;
    boolean
    bool is_stop = 1;
    boolean
    bool is_switching = 6;
    long
    int64 last_build_epoch_version = 10;
    long
    int64 snapshot_log_id = 9;

    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

    • getIsStop

      boolean getIsStop()
      bool is_stop = 1;
      Returns:
      The isStop.
    • getIsReady

      boolean getIsReady()
      bool is_ready = 2;
      Returns:
      The isReady.
    • getIsOwnReady

      boolean getIsOwnReady()
      bool is_own_ready = 3;
      Returns:
      The isOwnReady.
    • getIsBuildError

      boolean getIsBuildError()
      bool is_build_error = 4;
      Returns:
      The isBuildError.
    • getIsRebuildError

      boolean getIsRebuildError()
      bool is_rebuild_error = 5;
      Returns:
      The isRebuildError.
    • getIsSwitching

      boolean getIsSwitching()
      bool is_switching = 6;
      Returns:
      The isSwitching.
    • getIsHoldVectorIndex

      boolean getIsHoldVectorIndex()
       is hold vector index
       
      bool is_hold_vector_index = 7;
      Returns:
      The isHoldVectorIndex.
    • getApplyLogId

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

      long getSnapshotLogId()
      int64 snapshot_log_id = 9;
      Returns:
      The snapshotLogId.
    • getLastBuildEpochVersion

      long getLastBuildEpochVersion()
      int64 last_build_epoch_version = 10;
      Returns:
      The lastBuildEpochVersion.