Uses of Class
io.dingodb.meta.Meta.RegionStatus.Builder
Packages that use Meta.RegionStatus.Builder
-
Uses of Meta.RegionStatus.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.RegionStatus.BuilderModifier and TypeMethodDescriptionMeta.RegionStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.RegionStatus.Builder.clear()Meta.RegionStatus.Builder.clearCreateTimestamp()the create timestamp in ms of regionMeta.RegionStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.RegionStatus.Builder.clearHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMeta.RegionStatus.Builder.clearLastUpdateTimestamp()the last update(heartbeat) timestamp in ms of regionMeta.RegionStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.RegionStatus.Builder.clearRaftStatus()RegionRaftStatus this status describe the data constistency of the raft regionMeta.RegionStatus.Builder.clearRegionType()RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Meta.RegionStatus.Builder.clearReplicaStatus()ReplicaStatus this status describe the data safety of the raft region if this region is degraded, it means one or more replica is downMeta.RegionStatus.Builder.clearState()RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMeta.RegionStatus.Builder.clone()Meta.RangeDistribution.Builder.getStatusBuilder()RegionStatusMeta.RegionStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.RegionStatus.Builder.mergeFrom(com.google.protobuf.Message other) Meta.RegionStatus.Builder.mergeFrom(Meta.RegionStatus other) Meta.RegionStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.RegionStatus.BuilderMeta.RegionStatus.newBuilder()static Meta.RegionStatus.BuilderMeta.RegionStatus.newBuilder(Meta.RegionStatus prototype) Meta.RegionStatus.newBuilderForType()protected Meta.RegionStatus.BuilderMeta.RegionStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.RegionStatus.Builder.setCreateTimestamp(long value) the create timestamp in ms of regionMeta.RegionStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.RegionStatus.Builder.setHeartbeatState(Common.RegionHeartbeatState value) RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMeta.RegionStatus.Builder.setHeartbeatStateValue(int value) RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorMeta.RegionStatus.Builder.setLastUpdateTimestamp(long value) the last update(heartbeat) timestamp in ms of regionMeta.RegionStatus.Builder.setRaftStatus(Common.RegionRaftStatus value) RegionRaftStatus this status describe the data constistency of the raft regionMeta.RegionStatus.Builder.setRaftStatusValue(int value) RegionRaftStatus this status describe the data constistency of the raft regionMeta.RegionStatus.Builder.setRegionType(Common.RegionType value) RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Meta.RegionStatus.Builder.setRegionTypeValue(int value) RegionType describe this region is a store region or index region for table, the region is store for index, the region is index (including vector index and scalar index)Meta.RegionStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.RegionStatus.Builder.setReplicaStatus(Common.ReplicaStatus value) ReplicaStatus this status describe the data safety of the raft region if this region is degraded, it means one or more replica is downMeta.RegionStatus.Builder.setReplicaStatusValue(int value) ReplicaStatus this status describe the data safety of the raft region if this region is degraded, it means one or more replica is downMeta.RegionStatus.Builder.setState(Common.RegionState value) RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMeta.RegionStatus.Builder.setStateValue(int value) RegionState REGION_NEW: the region is creating, wait for store to finish the creation REGION_NORMAL: the region is normal and can serve all request other status refer to common.protoMeta.RegionStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.RegionStatus.toBuilder()Methods in io.dingodb.meta with parameters of type Meta.RegionStatus.BuilderModifier and TypeMethodDescriptionMeta.RangeDistribution.Builder.setStatus(Meta.RegionStatus.Builder builderForValue) RegionStatus