Package org.redisson.transaction
Class HashValue
- java.lang.Object
-
- org.redisson.transaction.HashValue
-
public class HashValue extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description HashValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicInteger
getCounter()
List<byte[]>
getKeyIds()
-
-
-
Method Detail
-
getCounter
public AtomicInteger getCounter()
-
getKeyIds
public List<byte[]> getKeyIds()
-
-