Uses of Class
io.dingodb.coordinator.Coordinator.UpdateGCSafePointRequest.Builder
Packages that use Coordinator.UpdateGCSafePointRequest.Builder
-
Uses of Coordinator.UpdateGCSafePointRequest.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.UpdateGCSafePointRequest.BuilderModifier and TypeMethodDescriptionCoordinator.UpdateGCSafePointRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.UpdateGCSafePointRequest.Builder.clear()Coordinator.UpdateGCSafePointRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Coordinator.UpdateGCSafePointRequest.Builder.clearGcFlag().dingodb.pb.coordinator.UpdateGCSafePointRequest.GcFlagType gc_flag = 3;Coordinator.UpdateGCSafePointRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Coordinator.UpdateGCSafePointRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Coordinator.UpdateGCSafePointRequest.Builder.clearResolveLockSafePoint()this is for default tenant already resolved lock tsCoordinator.UpdateGCSafePointRequest.Builder.clearSafePoint()this is for default tenantCoordinator.UpdateGCSafePointRequest.Builder.clearTenantResolveLockSafePoints()Coordinator.UpdateGCSafePointRequest.Builder.clearTenantSafePoints()Coordinator.UpdateGCSafePointRequest.Builder.clone()Coordinator.UpdateGCSafePointRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.UpdateGCSafePointRequest.Builder.mergeFrom(com.google.protobuf.Message other) Coordinator.UpdateGCSafePointRequest.Builder.mergeFrom(Coordinator.UpdateGCSafePointRequest other) Coordinator.UpdateGCSafePointRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.UpdateGCSafePointRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.UpdateGCSafePointRequest.newBuilder()Coordinator.UpdateGCSafePointRequest.newBuilder(Coordinator.UpdateGCSafePointRequest prototype) Coordinator.UpdateGCSafePointRequest.newBuilderForType()Coordinator.UpdateGCSafePointRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Coordinator.UpdateGCSafePointRequest.Builder.putAllTenantResolveLockSafePoints(Map<Long, Long> values) this is for except default tenant already resolved lock resolved lock ts key is tenant_id, value is safe_pointCoordinator.UpdateGCSafePointRequest.Builder.putAllTenantSafePoints(Map<Long, Long> values) if tenant_safe_points is not null, coordinator will update tenant's safe point in this mapCoordinator.UpdateGCSafePointRequest.Builder.putTenantResolveLockSafePoints(long key, long value) this is for except default tenant already resolved lock resolved lock ts key is tenant_id, value is safe_pointCoordinator.UpdateGCSafePointRequest.Builder.putTenantSafePoints(long key, long value) if tenant_safe_points is not null, coordinator will update tenant's safe point in this mapCoordinator.UpdateGCSafePointRequest.Builder.removeTenantResolveLockSafePoints(long key) this is for except default tenant already resolved lock resolved lock ts key is tenant_id, value is safe_pointCoordinator.UpdateGCSafePointRequest.Builder.removeTenantSafePoints(long key) if tenant_safe_points is not null, coordinator will update tenant's safe point in this mapCoordinator.UpdateGCSafePointRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.UpdateGCSafePointRequest.Builder.setGcFlag(Coordinator.UpdateGCSafePointRequest.GcFlagType value) .dingodb.pb.coordinator.UpdateGCSafePointRequest.GcFlagType gc_flag = 3;Coordinator.UpdateGCSafePointRequest.Builder.setGcFlagValue(int value) .dingodb.pb.coordinator.UpdateGCSafePointRequest.GcFlagType gc_flag = 3;Coordinator.UpdateGCSafePointRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Coordinator.UpdateGCSafePointRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.UpdateGCSafePointRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.UpdateGCSafePointRequest.Builder.setResolveLockSafePoint(long value) this is for default tenant already resolved lock tsCoordinator.UpdateGCSafePointRequest.Builder.setSafePoint(long value) this is for default tenantCoordinator.UpdateGCSafePointRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.UpdateGCSafePointRequest.toBuilder()