Class LockWatchReferenceUtils


  • public final class LockWatchReferenceUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.palantir.lock.watch.LockWatchReferences.LockWatchReference entireTable​(TableReference tableRef)  
      static com.palantir.lock.watch.LockWatchReferences.LockWatchReference exactCell​(TableReference tableRef, Cell cell)  
      static com.palantir.lock.watch.LockWatchReferences.LockWatchReference exactRow​(TableReference tableRef, byte[] row)  
      static com.palantir.lock.watch.LockWatchReferences.LockWatchReference rowPrefix​(TableReference tableRef, byte[] rowPrefix)  
      static com.palantir.lock.watch.LockWatchReferences.LockWatchReference rowRange​(TableReference tableRef, byte[] startInclusive, byte[] endExclusive)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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)