Package org.redisson.client.handler
Class State
- java.lang.Object
-
- org.redisson.client.handler.State
-
public class State extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decLevel()
int
getBatchIndex()
int
getLevel()
<T> T
getValue()
void
incLevel()
void
setBatchIndex(int index)
void
setValue(Object value)
String
toString()
-
-
-
Method Detail
-
getValue
public <T> T getValue()
-
setValue
public void setValue(Object value)
-
getLevel
public int getLevel()
-
incLevel
public void incLevel()
-
decLevel
public void decLevel()
-
setBatchIndex
public void setBatchIndex(int index)
-
getBatchIndex
public int getBatchIndex()
-
-