public interface CASOperation<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxTries()
Max retry times,If retry times is great than this value,xmemcached will
throw TimeoutException
|
T |
getNewValue(long currentCAS,
T currentValue)
Return the new value which you want to cas
|
Copyright © 2013. All Rights Reserved.