Package io.dingodb.meta
Interface Meta.TenantOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.Tenant,Meta.Tenant.Builder
- Enclosing class:
- Meta
public static interface Meta.TenantOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring comment = 3;com.google.protobuf.ByteStringstring comment = 3;longthis field is updated by coordinatorlongthis field is updated by coordinatorlonggetId()this is the tenant id, it's updated by coordinatorgetName()string name = 2;com.google.protobuf.ByteStringstring name = 2;longint64 resolve_lock_safe_point_ts = 22;longint64 revision = 21;longint64 safe_point_ts = 20;longthis field is updated by coordinatorMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
long getId()this is the tenant id, it's updated by coordinator
int64 id = 1;- Returns:
- The id.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getComment
String getComment()string comment = 3;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 3;- Returns:
- The bytes for comment.
-
getCreateTimestamp
long getCreateTimestamp()this field is updated by coordinator
int64 create_timestamp = 10;- Returns:
- The createTimestamp.
-
getUpdateTimestamp
long getUpdateTimestamp()this field is updated by coordinator
int64 update_timestamp = 11;- Returns:
- The updateTimestamp.
-
getDeleteTimestamp
long getDeleteTimestamp()this field is updated by coordinator
int64 delete_timestamp = 12;- Returns:
- The deleteTimestamp.
-
getSafePointTs
long getSafePointTs()int64 safe_point_ts = 20;- Returns:
- The safePointTs.
-
getRevision
long getRevision()int64 revision = 21;- Returns:
- The revision.
-
getResolveLockSafePointTs
long getResolveLockSafePointTs()int64 resolve_lock_safe_point_ts = 22;- Returns:
- The resolveLockSafePointTs.
-