Class LockWatchReferenceUtils
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.api.watch.LockWatchReferenceUtils
-
public final class LockWatchReferenceUtils extends 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)
-
-
-
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)
-
-