Uses of Class
io.dingodb.debug.Debug.DebugResponse.VectorIndexMetricsEntry.Builder
Packages that use Debug.DebugResponse.VectorIndexMetricsEntry.Builder
-
Uses of Debug.DebugResponse.VectorIndexMetricsEntry.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Debug.DebugResponse.VectorIndexMetricsEntry.BuilderModifier and TypeMethodDescriptionDebug.DebugResponse.VectorIndexMetricsEntry.Builder.addAllEntries(Iterable<? extends Debug.DebugResponse.RawVectorIndexState> values) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.addEntries(int index, Debug.DebugResponse.RawVectorIndexState value) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.addEntries(int index, Debug.DebugResponse.RawVectorIndexState.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.addEntries(Debug.DebugResponse.RawVectorIndexState value) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.addEntries(Debug.DebugResponse.RawVectorIndexState.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetrics.Builder.addEntriesBuilder()repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Debug.DebugResponse.VectorIndexMetrics.Builder.addEntriesBuilder(int index) repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clear()Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearApplyLogIndex()int64 apply_log_index = 20;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearDeletedKeyCount()int64 deleted_key_count = 50;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearDimension()uint32 dimension = 10;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearEntries()repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearId()int64 id = 1;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearKeyCount()int64 key_count = 40;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearLastBuildEpochVersion()int64 last_build_epoch_version = 3;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearMemorySize()int64 memory_size = 60;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearSnapshotLogIndex()int64 snapshot_log_index = 30;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clearVersion()int64 version = 2;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.clone()Debug.DebugResponse.VectorIndexMetrics.Builder.getEntriesBuilder(int index) repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.mergeFrom(com.google.protobuf.Message other) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.mergeFrom(Debug.DebugResponse.VectorIndexMetricsEntry other) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Debug.DebugResponse.VectorIndexMetricsEntry.newBuilder()Debug.DebugResponse.VectorIndexMetricsEntry.newBuilder(Debug.DebugResponse.VectorIndexMetricsEntry prototype) Debug.DebugResponse.VectorIndexMetricsEntry.newBuilderForType()Debug.DebugResponse.VectorIndexMetricsEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.removeEntries(int index) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setApplyLogIndex(long value) int64 apply_log_index = 20;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setDeletedKeyCount(long value) int64 deleted_key_count = 50;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setDimension(int value) uint32 dimension = 10;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setEntries(int index, Debug.DebugResponse.RawVectorIndexState value) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setEntries(int index, Debug.DebugResponse.RawVectorIndexState.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setId(long value) int64 id = 1;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setKeyCount(long value) int64 key_count = 40;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setLastBuildEpochVersion(long value) int64 last_build_epoch_version = 3;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setMemorySize(long value) int64 memory_size = 60;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setSnapshotLogIndex(long value) int64 snapshot_log_index = 30;Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Debug.DebugResponse.VectorIndexMetricsEntry.Builder.setVersion(long value) int64 version = 2;Debug.DebugResponse.VectorIndexMetricsEntry.toBuilder()Methods in io.dingodb.debug that return types with arguments of type Debug.DebugResponse.VectorIndexMetricsEntry.BuilderModifier and TypeMethodDescriptionDebug.DebugResponse.VectorIndexMetrics.Builder.getEntriesBuilderList()repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Methods in io.dingodb.debug with parameters of type Debug.DebugResponse.VectorIndexMetricsEntry.BuilderModifier and TypeMethodDescriptionDebug.DebugResponse.VectorIndexMetrics.Builder.addEntries(int index, Debug.DebugResponse.VectorIndexMetricsEntry.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Debug.DebugResponse.VectorIndexMetrics.Builder.addEntries(Debug.DebugResponse.VectorIndexMetricsEntry.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;Debug.DebugResponse.VectorIndexMetrics.Builder.setEntries(int index, Debug.DebugResponse.VectorIndexMetricsEntry.Builder builderForValue) repeated .dingodb.pb.debug.DebugResponse.VectorIndexMetricsEntry entries = 1;