Uses of Class
io.dingodb.coordinator.Coordinator.RegionStatus.Builder
Packages that use Coordinator.RegionStatus.Builder
-
Uses of Coordinator.RegionStatus.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.RegionStatus.BuilderModifier and TypeMethodDescriptionCoordinator.RegionStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.RegionStatus.Builder.clear()Coordinator.RegionStatus.Builder.clearCreateTimestamp()the create timestamp in ms of regionCoordinator.RegionStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Coordinator.RegionStatus.Builder.clearHeartbeatState()RegionHeartbeatState REGION_ONLINE: the leader of this region is online REGION_DOWN: the leader of this region cannot heartbeat to coordinatorCoordinator.RegionStatus.Builder.clearLastUpdateTimestamp()the last update(heartbeat) timestamp in ms of regionCoordinator.RegionStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Coordinator.RegionStatus.Builder.clearRaftStatus()RegionRaftStatus this status describe the data constistency of the raft regionCoordinator.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)Coordinator.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 downCoordinator.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.protoCoordinator.RegionStatus.Builder.clone()Coordinator.ScanRegionInfo.Builder.getStatusBuilder()RegionStatusCoordinator.RegionStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.RegionStatus.Builder.mergeFrom(com.google.protobuf.Message other) Coordinator.RegionStatus.Builder.mergeFrom(Coordinator.RegionStatus other) Coordinator.RegionStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.RegionStatus.newBuilder()Coordinator.RegionStatus.newBuilder(Coordinator.RegionStatus prototype) Coordinator.RegionStatus.newBuilderForType()protected Coordinator.RegionStatus.BuilderCoordinator.RegionStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Coordinator.RegionStatus.Builder.setCreateTimestamp(long value) the create timestamp in ms of regionCoordinator.RegionStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.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 coordinatorCoordinator.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 coordinatorCoordinator.RegionStatus.Builder.setLastUpdateTimestamp(long value) the last update(heartbeat) timestamp in ms of regionCoordinator.RegionStatus.Builder.setRaftStatus(Common.RegionRaftStatus value) RegionRaftStatus this status describe the data constistency of the raft regionCoordinator.RegionStatus.Builder.setRaftStatusValue(int value) RegionRaftStatus this status describe the data constistency of the raft regionCoordinator.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)Coordinator.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)Coordinator.RegionStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Coordinator.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 downCoordinator.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 downCoordinator.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.protoCoordinator.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.protoCoordinator.RegionStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.RegionStatus.toBuilder()Methods in io.dingodb.coordinator with parameters of type Coordinator.RegionStatus.BuilderModifier and TypeMethodDescriptionCoordinator.ScanRegionInfo.Builder.setStatus(Coordinator.RegionStatus.Builder builderForValue) RegionStatus