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 voiddecLevel()intgetBatchIndex()intgetLevel()<T> TgetValue()voidincLevel()voidsetBatchIndex(int index)voidsetValue(Object value)StringtoString()
-
-
-
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()
-
-