Interface Store.CommitTsExpiredOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Store.CommitTsExpired, Store.CommitTsExpired.Builder
Enclosing class:
Store

public static interface Store.CommitTsExpiredOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 attempted_commit_ts = 2;
    com.google.protobuf.ByteString
    bytes key = 3;
    long
    int64 min_commit_ts = 4;
    long
    int64 start_ts = 1;

    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

    • getStartTs

      long getStartTs()
      int64 start_ts = 1;
      Returns:
      The startTs.
    • getAttemptedCommitTs

      long getAttemptedCommitTs()
      int64 attempted_commit_ts = 2;
      Returns:
      The attemptedCommitTs.
    • getKey

      com.google.protobuf.ByteString getKey()
      bytes key = 3;
      Returns:
      The key.
    • getMinCommitTs

      long getMinCommitTs()
      int64 min_commit_ts = 4;
      Returns:
      The minCommitTs.