Interface Common.StateDiskAnnParamOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.DiskANNState diskann_state = 1;
    int
    .dingodb.pb.common.DiskANNState diskann_state = 1;
    .dingodb.pb.common.DiskANNCoreState state = 2;
    int
    .dingodb.pb.common.DiskANNCoreState state = 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

    • getDiskannStateValue

      int getDiskannStateValue()
      .dingodb.pb.common.DiskANNState diskann_state = 1;
      Returns:
      The enum numeric value on the wire for diskannState.
    • getDiskannState

      Common.DiskANNState getDiskannState()
      .dingodb.pb.common.DiskANNState diskann_state = 1;
      Returns:
      The diskannState.
    • getStateValue

      int getStateValue()
      .dingodb.pb.common.DiskANNCoreState state = 2;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .dingodb.pb.common.DiskANNCoreState state = 2;
      Returns:
      The state.