Uses of Class
io.dingodb.store_internal.StoreInternal.LogIndexMeta.TruncateIndex
Packages that use StoreInternal.LogIndexMeta.TruncateIndex
-
Uses of StoreInternal.LogIndexMeta.TruncateIndex in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.LogIndexMeta.TruncateIndexModifier and TypeMethodDescriptionStoreInternal.LogIndexMeta.TruncateIndex.Builder.build()StoreInternal.LogIndexMeta.TruncateIndex.Builder.buildPartial()StoreInternal.LogIndexMeta.TruncateIndex.getDefaultInstance()StoreInternal.LogIndexMeta.TruncateIndex.Builder.getDefaultInstanceForType()StoreInternal.LogIndexMeta.TruncateIndex.getDefaultInstanceForType()StoreInternal.LogIndexMeta.Builder.getTruncateIndexes(int index) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMeta.getTruncateIndexes(int index) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMetaOrBuilder.getTruncateIndexes(int index) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMeta.TruncateIndex.parseDelimitedFrom(InputStream input) StoreInternal.LogIndexMeta.TruncateIndex.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(byte[] data) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(com.google.protobuf.ByteString data) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(com.google.protobuf.CodedInputStream input) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(InputStream input) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(ByteBuffer data) StoreInternal.LogIndexMeta.TruncateIndex.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store_internal that return types with arguments of type StoreInternal.LogIndexMeta.TruncateIndexModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StoreInternal.LogIndexMeta.TruncateIndex>StoreInternal.LogIndexMeta.TruncateIndex.getParserForType()StoreInternal.LogIndexMeta.Builder.getTruncateIndexesList()repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMeta.getTruncateIndexesList()repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMetaOrBuilder.getTruncateIndexesList()repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;static com.google.protobuf.Parser<StoreInternal.LogIndexMeta.TruncateIndex>StoreInternal.LogIndexMeta.TruncateIndex.parser()Methods in io.dingodb.store_internal with parameters of type StoreInternal.LogIndexMeta.TruncateIndexModifier and TypeMethodDescriptionStoreInternal.LogIndexMeta.Builder.addTruncateIndexes(int index, StoreInternal.LogIndexMeta.TruncateIndex value) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMeta.Builder.addTruncateIndexes(StoreInternal.LogIndexMeta.TruncateIndex value) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;StoreInternal.LogIndexMeta.TruncateIndex.Builder.mergeFrom(StoreInternal.LogIndexMeta.TruncateIndex other) StoreInternal.LogIndexMeta.TruncateIndex.newBuilder(StoreInternal.LogIndexMeta.TruncateIndex prototype) StoreInternal.LogIndexMeta.Builder.setTruncateIndexes(int index, StoreInternal.LogIndexMeta.TruncateIndex value) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;Method parameters in io.dingodb.store_internal with type arguments of type StoreInternal.LogIndexMeta.TruncateIndexModifier and TypeMethodDescriptionStoreInternal.LogIndexMeta.Builder.addAllTruncateIndexes(Iterable<? extends StoreInternal.LogIndexMeta.TruncateIndex> values) repeated .dingodb.pb.store_internal.LogIndexMeta.TruncateIndex truncate_indexes = 3;