Class FDBClientLogEvents.CommitRequest

java.lang.Object
com.apple.foundationdb.clientlog.FDBClientLogEvents.CommitRequest
Enclosing class:
FDBClientLogEvents

public static class FDBClientLogEvents.CommitRequest extends Object
Information about a commit, successful or not, in an event.
  • Constructor Details

  • Method Details

    • getReadConflictRanges

      @Nonnull public Range[] getReadConflictRanges()
    • getWriteConflictRanges

      @Nonnull public Range[] getWriteConflictRanges()
    • getMutations

      @Nonnull public FDBClientLogEvents.Mutation[] getMutations()
    • getSnapshotVersion

      public long getSnapshotVersion()
    • isReportConflictingKeys

      public boolean isReportConflictingKeys()
    • isLockAware

      public boolean isLockAware()
    • getSpanContext

      @Nullable public FDBClientLogEvents.SpanContext getSpanContext()
    • toString

      public String toString()
      Overrides:
      toString in class Object