Uses of Class
io.dingodb.coordinator.Coordinator.GetGCSafePointRequest.Builder
Packages that use Coordinator.GetGCSafePointRequest.Builder
-
Uses of Coordinator.GetGCSafePointRequest.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.GetGCSafePointRequest.BuilderModifier and TypeMethodDescriptionCoordinator.GetGCSafePointRequest.Builder.addAllTenantIds(Iterable<? extends Long> values) if tenant_ids is empty, the coordinator will only return the safe_point_ts for default tenant else, the coordinator will return the safe_point_ts for all tenant in tenant_ids, including default tenantCoordinator.GetGCSafePointRequest.Builder.addAllTenantResolveLockIds(Iterable<? extends Long> values) repeated int64 tenant_resolve_lock_ids = 4;Coordinator.GetGCSafePointRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.GetGCSafePointRequest.Builder.addTenantIds(long value) if tenant_ids is empty, the coordinator will only return the safe_point_ts for default tenant else, the coordinator will return the safe_point_ts for all tenant in tenant_ids, including default tenantCoordinator.GetGCSafePointRequest.Builder.addTenantResolveLockIds(long value) repeated int64 tenant_resolve_lock_ids = 4;Coordinator.GetGCSafePointRequest.Builder.clear()Coordinator.GetGCSafePointRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Coordinator.GetGCSafePointRequest.Builder.clearGetAllTenant()if this is true, coordinator will return all tenant's safe pointCoordinator.GetGCSafePointRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Coordinator.GetGCSafePointRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Coordinator.GetGCSafePointRequest.Builder.clearTenantIds()if tenant_ids is empty, the coordinator will only return the safe_point_ts for default tenant else, the coordinator will return the safe_point_ts for all tenant in tenant_ids, including default tenantCoordinator.GetGCSafePointRequest.Builder.clearTenantResolveLockIds()repeated int64 tenant_resolve_lock_ids = 4;Coordinator.GetGCSafePointRequest.Builder.clone()Coordinator.GetGCSafePointRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointRequest.Builder.mergeFrom(com.google.protobuf.Message other) Coordinator.GetGCSafePointRequest.Builder.mergeFrom(Coordinator.GetGCSafePointRequest other) Coordinator.GetGCSafePointRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.GetGCSafePointRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.GetGCSafePointRequest.newBuilder()Coordinator.GetGCSafePointRequest.newBuilder(Coordinator.GetGCSafePointRequest prototype) Coordinator.GetGCSafePointRequest.newBuilderForType()Coordinator.GetGCSafePointRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Coordinator.GetGCSafePointRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Coordinator.GetGCSafePointRequest.Builder.setGetAllTenant(boolean value) if this is true, coordinator will return all tenant's safe pointCoordinator.GetGCSafePointRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Coordinator.GetGCSafePointRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.GetGCSafePointRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Coordinator.GetGCSafePointRequest.Builder.setTenantIds(int index, long value) if tenant_ids is empty, the coordinator will only return the safe_point_ts for default tenant else, the coordinator will return the safe_point_ts for all tenant in tenant_ids, including default tenantCoordinator.GetGCSafePointRequest.Builder.setTenantResolveLockIds(int index, long value) repeated int64 tenant_resolve_lock_ids = 4;Coordinator.GetGCSafePointRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Coordinator.GetGCSafePointRequest.toBuilder()