Uses of Class
io.dingodb.meta.Meta.Tenant.Builder
Packages that use Meta.Tenant.Builder
-
Uses of Meta.Tenant.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.Tenant.BuilderModifier and TypeMethodDescriptionMeta.Tenant.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.CreateTenantsRequest.Builder.addTenantsBuilder()repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.CreateTenantsRequest.Builder.addTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.GetTenantsResponse.Builder.addTenantsBuilder()repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.GetTenantsResponse.Builder.addTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.MetaALL.Builder.addTenantsBuilder()repeated .dingodb.pb.meta.Tenant tenants = 1;Meta.MetaALL.Builder.addTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 1;Meta.Tenant.Builder.clear()Meta.Tenant.Builder.clearComment()string comment = 3;Meta.Tenant.Builder.clearCreateTimestamp()this field is updated by coordinatorMeta.Tenant.Builder.clearDeleteTimestamp()this field is updated by coordinatorMeta.Tenant.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.Tenant.Builder.clearId()this is the tenant id, it's updated by coordinatorMeta.Tenant.Builder.clearName()string name = 2;Meta.Tenant.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.Tenant.Builder.clearResolveLockSafePointTs()int64 resolve_lock_safe_point_ts = 22;Meta.Tenant.Builder.clearRevision()int64 revision = 21;Meta.Tenant.Builder.clearSafePointTs()int64 safe_point_ts = 20;Meta.Tenant.Builder.clearUpdateTimestamp()this field is updated by coordinatorMeta.Tenant.Builder.clone()Meta.CreateTenantRequest.Builder.getTenantBuilder().dingodb.pb.meta.Tenant tenant = 2;Meta.CreateTenantResponse.Builder.getTenantBuilder().dingodb.pb.meta.Tenant tenant = 3;Meta.UpdateTenantRequest.Builder.getTenantBuilder().dingodb.pb.meta.Tenant tenant = 2;Meta.UpdateTenantResponse.Builder.getTenantBuilder().dingodb.pb.meta.Tenant tenant = 3;Meta.CreateTenantsRequest.Builder.getTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.GetTenantsResponse.Builder.getTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.MetaALL.Builder.getTenantsBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 1;Meta.Tenant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.Tenant.Builder.mergeFrom(com.google.protobuf.Message other) Meta.Tenant.Builder.mergeFrom(Meta.Tenant other) final Meta.Tenant.BuilderMeta.Tenant.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Meta.Tenant.BuilderMeta.Tenant.newBuilder()static Meta.Tenant.BuilderMeta.Tenant.newBuilder(Meta.Tenant prototype) Meta.Tenant.newBuilderForType()protected Meta.Tenant.BuilderMeta.Tenant.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.Tenant.Builder.setComment(String value) string comment = 3;Meta.Tenant.Builder.setCommentBytes(com.google.protobuf.ByteString value) string comment = 3;Meta.Tenant.Builder.setCreateTimestamp(long value) this field is updated by coordinatorMeta.Tenant.Builder.setDeleteTimestamp(long value) this field is updated by coordinatorMeta.Tenant.Builder.setId(long value) this is the tenant id, it's updated by coordinatorstring name = 2;Meta.Tenant.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 2;Meta.Tenant.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.Tenant.Builder.setResolveLockSafePointTs(long value) int64 resolve_lock_safe_point_ts = 22;Meta.Tenant.Builder.setRevision(long value) int64 revision = 21;Meta.Tenant.Builder.setSafePointTs(long value) int64 safe_point_ts = 20;final Meta.Tenant.BuilderMeta.Tenant.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.Tenant.Builder.setUpdateTimestamp(long value) this field is updated by coordinatorMeta.Tenant.toBuilder()Methods in io.dingodb.meta that return types with arguments of type Meta.Tenant.BuilderModifier and TypeMethodDescriptionMeta.CreateTenantsRequest.Builder.getTenantsBuilderList()repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.GetTenantsResponse.Builder.getTenantsBuilderList()repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.MetaALL.Builder.getTenantsBuilderList()repeated .dingodb.pb.meta.Tenant tenants = 1;Methods in io.dingodb.meta with parameters of type Meta.Tenant.BuilderModifier and TypeMethodDescriptionMeta.CreateTenantsRequest.Builder.addTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.CreateTenantsRequest.Builder.addTenants(Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.GetTenantsResponse.Builder.addTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.GetTenantsResponse.Builder.addTenants(Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.MetaALL.Builder.addTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 1;Meta.MetaALL.Builder.addTenants(Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 1;Meta.CreateTenantRequest.Builder.setTenant(Meta.Tenant.Builder builderForValue) .dingodb.pb.meta.Tenant tenant = 2;Meta.CreateTenantResponse.Builder.setTenant(Meta.Tenant.Builder builderForValue) .dingodb.pb.meta.Tenant tenant = 3;Meta.UpdateTenantRequest.Builder.setTenant(Meta.Tenant.Builder builderForValue) .dingodb.pb.meta.Tenant tenant = 2;Meta.UpdateTenantResponse.Builder.setTenant(Meta.Tenant.Builder builderForValue) .dingodb.pb.meta.Tenant tenant = 3;Meta.CreateTenantsRequest.Builder.setTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 2;Meta.GetTenantsResponse.Builder.setTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 3;Meta.MetaALL.Builder.setTenants(int index, Meta.Tenant.Builder builderForValue) repeated .dingodb.pb.meta.Tenant tenants = 1;