Uses of Class
io.dingodb.common.Common.Store
Packages that use Common.Store
Package
Description
-
Uses of Common.Store in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.StoreModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementStore.Builder.getStore().dingodb.pb.common.Store store = 2;CoordinatorInternalOuterClass.MetaIncrementStore.getStore().dingodb.pb.common.Store store = 2;CoordinatorInternalOuterClass.MetaIncrementStoreOrBuilder.getStore().dingodb.pb.common.Store store = 2;Methods in dingodb.pb.coordinator_internal with parameters of type Common.StoreModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementStore.Builder.mergeStore(Common.Store value) .dingodb.pb.common.Store store = 2;CoordinatorInternalOuterClass.MetaIncrementStore.Builder.setStore(Common.Store value) .dingodb.pb.common.Store store = 2; -
Uses of Common.Store in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreModifier and TypeMethodDescriptionCommon.Store.Builder.build()Common.Store.Builder.buildPartial()static Common.StoreCommon.Store.getDefaultInstance()Common.Store.Builder.getDefaultInstanceForType()Common.Store.getDefaultInstanceForType()Common.StoreMap.Builder.getStores(int index) repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.getStores(int index) repeated .dingodb.pb.common.Store stores = 2;Common.StoreMapOrBuilder.getStores(int index) repeated .dingodb.pb.common.Store stores = 2;static Common.StoreCommon.Store.parseDelimitedFrom(InputStream input) static Common.StoreCommon.Store.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreCommon.Store.parseFrom(byte[] data) static Common.StoreCommon.Store.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreCommon.Store.parseFrom(com.google.protobuf.ByteString data) static Common.StoreCommon.Store.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreCommon.Store.parseFrom(com.google.protobuf.CodedInputStream input) static Common.StoreCommon.Store.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreCommon.Store.parseFrom(InputStream input) static Common.StoreCommon.Store.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreCommon.Store.parseFrom(ByteBuffer data) static Common.StoreCommon.Store.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.StoreModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.Store>Common.Store.getParserForType()Common.StoreMap.Builder.getStoresList()repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.getStoresList()repeated .dingodb.pb.common.Store stores = 2;Common.StoreMapOrBuilder.getStoresList()repeated .dingodb.pb.common.Store stores = 2;static com.google.protobuf.Parser<Common.Store>Common.Store.parser()Methods in io.dingodb.common with parameters of type Common.StoreModifier and TypeMethodDescriptionCommon.StoreMap.Builder.addStores(int index, Common.Store value) repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.Builder.addStores(Common.Store value) repeated .dingodb.pb.common.Store stores = 2;Common.Store.Builder.mergeFrom(Common.Store other) static Common.Store.BuilderCommon.Store.newBuilder(Common.Store prototype) Common.StoreMap.Builder.setStores(int index, Common.Store value) repeated .dingodb.pb.common.Store stores = 2;Method parameters in io.dingodb.common with type arguments of type Common.StoreModifier and TypeMethodDescriptionCommon.StoreMap.Builder.addAllStores(Iterable<? extends Common.Store> values) repeated .dingodb.pb.common.Store stores = 2; -
Uses of Common.Store in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StoreModifier and TypeMethodDescriptionCoordinator.StoreHeartbeatRequest.Builder.getStore()self store infoCoordinator.StoreHeartbeatRequest.getStore()self store infoCoordinator.StoreHeartbeatRequestOrBuilder.getStore()self store infoMethods in io.dingodb.coordinator with parameters of type Common.StoreModifier and TypeMethodDescriptionCoordinator.StoreHeartbeatRequest.Builder.mergeStore(Common.Store value) self store infoCoordinator.StoreHeartbeatRequest.Builder.setStore(Common.Store value) self store info -
Uses of Common.Store in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type Common.StoreModifier and TypeMethodDescriptionstatic InternalStoreEntityConversion.mapping(Common.Store store)