Class State

java.lang.Object
org.redisson.client.handler.State

public class State extends Object
Author:
Nikita Koksharov
  • Constructor Details

    • State

      public State()
  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object