Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.TenantInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.TenantInternal,CoordinatorInternalOuterClass.TenantInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.TenantInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring comment = 3;com.google.protobuf.ByteStringstring comment = 3;longint64 create_timestamp = 10;longint64 delete_timestamp = 12;longgetId()int64 id = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;longint64 resolve_lock_safe_point = 22;longint64 revision = 21;longint64 safe_point_ts = 20;longint64 update_timestamp = 11;Methods 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()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()int64 create_timestamp = 10;- Returns:
- The createTimestamp.
-
getUpdateTimestamp
long getUpdateTimestamp()int64 update_timestamp = 11;- Returns:
- The updateTimestamp.
-
getDeleteTimestamp
long getDeleteTimestamp()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.
-
getResolveLockSafePoint
long getResolveLockSafePoint()int64 resolve_lock_safe_point = 22;- Returns:
- The resolveLockSafePoint.
-