|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnPrefixDistributedRowLock | |
---|---|
com.netflix.astyanax.recipes.locks |
Uses of ColumnPrefixDistributedRowLock in com.netflix.astyanax.recipes.locks |
---|
Methods in com.netflix.astyanax.recipes.locks that return ColumnPrefixDistributedRowLock | |
---|---|
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.expireLockAfter(long timeout,
TimeUnit unit)
Time for failed locks. |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.failOnStaleLock(boolean failOnStaleLock)
When set to true the operation will fail if a stale lock is detected |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withBackoff(RetryPolicy policy)
|
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withColumnPrefix(String prefix)
Specify the prefix that uniquely distinguishes the lock columns from data column |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withConsistencyLevel(ConsistencyLevel consistencyLevel)
Modify the consistency level being used. |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withDataColumns(boolean flag)
If true the first read will also fetch all the columns in the row as opposed to just the lock columns. |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withLockId(String lockId)
Override the autogenerated lock column. |
ColumnPrefixDistributedRowLock<K> |
ColumnPrefixDistributedRowLock.withTtl(Integer ttl)
This is the TTL on the lock column being written, as opposed to expireLockAfter which is written as the lock column value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |