Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.LeaseInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.LeaseInternal,CoordinatorInternalOuterClass.LeaseInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.LeaseInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 create_ts_seconds = 3;longgetId()int64 id = 1;longint64 last_renew_ts_seconds = 4;longint64 ttl_seconds = 2;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.
-
getTtlSeconds
long getTtlSeconds()int64 ttl_seconds = 2;- Returns:
- The ttlSeconds.
-
getCreateTsSeconds
long getCreateTsSeconds()int64 create_ts_seconds = 3;- Returns:
- The createTsSeconds.
-
getLastRenewTsSeconds
long getLastRenewTsSeconds()int64 last_renew_ts_seconds = 4;- Returns:
- The lastRenewTsSeconds.
-