Class LockWatchReferenceUtils

java.lang.Object
com.palantir.atlasdb.keyvalue.api.watch.LockWatchReferenceUtils

public final class LockWatchReferenceUtils extends Object
  • Method Details

    • entireTable

      public static com.palantir.lock.watch.LockWatchReferences.LockWatchReference entireTable(TableReference tableRef)
    • rowPrefix

      public static com.palantir.lock.watch.LockWatchReferences.LockWatchReference rowPrefix(TableReference tableRef, byte[] rowPrefix)
    • rowRange

      public static com.palantir.lock.watch.LockWatchReferences.LockWatchReference rowRange(TableReference tableRef, byte[] startInclusive, byte[] endExclusive)
    • exactRow

      public static com.palantir.lock.watch.LockWatchReferences.LockWatchReference exactRow(TableReference tableRef, byte[] row)
    • exactCell

      public static com.palantir.lock.watch.LockWatchReferences.LockWatchReference exactCell(TableReference tableRef, Cell cell)