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 Type
    Method
    Description
    long
    int64 create_ts_seconds = 3;
    long
    int64 id = 1;
    long
    int64 last_renew_ts_seconds = 4;
    long
    int64 ttl_seconds = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.