Class LockWatchReferenceUtils
java.lang.Object
com.palantir.atlasdb.keyvalue.api.watch.LockWatchReferenceUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-