Uses of Class
io.dingodb.common.Common.Store.Builder
Packages that use Common.Store.Builder
-
Uses of Common.Store.Builder in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Common.Store.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementStore.Builder.getStoreBuilder().dingodb.pb.common.Store store = 2;Methods in dingodb.pb.coordinator_internal with parameters of type Common.Store.BuilderModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementStore.Builder.setStore(Common.Store.Builder builderForValue) .dingodb.pb.common.Store store = 2; -
Uses of Common.Store.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.Store.BuilderModifier and TypeMethodDescriptionCommon.Store.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.StoreMap.Builder.addStoresBuilder()repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.Builder.addStoresBuilder(int index) repeated .dingodb.pb.common.Store stores = 2;Common.Store.Builder.clear()Common.Store.Builder.clearCreateTimestamp()only updated by coordinatorCommon.Store.Builder.clearEpoch()only updated by coordinatorCommon.Store.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.Store.Builder.clearId()only updated by coordinatorCommon.Store.Builder.clearInState()only updated by coordinatorCommon.Store.Builder.clearKeyring()only updated by coordinatorCommon.Store.Builder.clearLastSeenTimestamp()only updated by coordinatorCommon.Store.Builder.clearLeaderNumWeight()int32 leader_num_weight = 20;Common.Store.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.Store.Builder.clearRaftLocation()store can only update this field in the first heartbeatCommon.Store.Builder.clearResourceTag()only updated by coordinatorCommon.Store.Builder.clearServerLocation()store can only update this field in the first heartbeatCommon.Store.Builder.clearState()only updated by coordinatorCommon.Store.Builder.clearStoreType()store typeCommon.Store.Builder.clone()Common.StoreMap.Builder.getStoresBuilder(int index) repeated .dingodb.pb.common.Store stores = 2;Common.Store.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.Store.Builder.mergeFrom(com.google.protobuf.Message other) Common.Store.Builder.mergeFrom(Common.Store other) Common.Store.Builder.mergeRaftLocation(Common.Location value) store can only update this field in the first heartbeatCommon.Store.Builder.mergeServerLocation(Common.Location value) store can only update this field in the first heartbeatfinal Common.Store.BuilderCommon.Store.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Common.Store.BuilderCommon.Store.newBuilder()static Common.Store.BuilderCommon.Store.newBuilder(Common.Store prototype) Common.Store.newBuilderForType()protected Common.Store.BuilderCommon.Store.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.Store.Builder.setCreateTimestamp(long value) only updated by coordinatorCommon.Store.Builder.setEpoch(long value) only updated by coordinatorCommon.Store.Builder.setId(long value) only updated by coordinatorCommon.Store.Builder.setInState(Common.StoreInState value) only updated by coordinatorCommon.Store.Builder.setInStateValue(int value) only updated by coordinatorCommon.Store.Builder.setKeyring(String value) only updated by coordinatorCommon.Store.Builder.setKeyringBytes(com.google.protobuf.ByteString value) only updated by coordinatorCommon.Store.Builder.setLastSeenTimestamp(long value) only updated by coordinatorCommon.Store.Builder.setLeaderNumWeight(int value) int32 leader_num_weight = 20;Common.Store.Builder.setRaftLocation(Common.Location value) store can only update this field in the first heartbeatCommon.Store.Builder.setRaftLocation(Common.Location.Builder builderForValue) store can only update this field in the first heartbeatCommon.Store.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.Store.Builder.setResourceTag(String value) only updated by coordinatorCommon.Store.Builder.setResourceTagBytes(com.google.protobuf.ByteString value) only updated by coordinatorCommon.Store.Builder.setServerLocation(Common.Location value) store can only update this field in the first heartbeatCommon.Store.Builder.setServerLocation(Common.Location.Builder builderForValue) store can only update this field in the first heartbeatCommon.Store.Builder.setState(Common.StoreState value) only updated by coordinatorCommon.Store.Builder.setStateValue(int value) only updated by coordinatorCommon.Store.Builder.setStoreType(Common.StoreType value) store typeCommon.Store.Builder.setStoreTypeValue(int value) store typefinal Common.Store.BuilderCommon.Store.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.Store.toBuilder()Methods in io.dingodb.common that return types with arguments of type Common.Store.BuilderModifier and TypeMethodDescriptionCommon.StoreMap.Builder.getStoresBuilderList()repeated .dingodb.pb.common.Store stores = 2;Methods in io.dingodb.common with parameters of type Common.Store.BuilderModifier and TypeMethodDescriptionCommon.StoreMap.Builder.addStores(int index, Common.Store.Builder builderForValue) repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.Builder.addStores(Common.Store.Builder builderForValue) repeated .dingodb.pb.common.Store stores = 2;Common.StoreMap.Builder.setStores(int index, Common.Store.Builder builderForValue) repeated .dingodb.pb.common.Store stores = 2; -
Uses of Common.Store.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.Store.BuilderModifier and TypeMethodDescriptionCoordinator.StoreHeartbeatRequest.Builder.getStoreBuilder()self store infoMethods in io.dingodb.coordinator with parameters of type Common.Store.BuilderModifier and TypeMethodDescriptionCoordinator.StoreHeartbeatRequest.Builder.setStore(Common.Store.Builder builderForValue) self store info