Class ClientCounterEvent
- java.lang.Object
-
- org.infinispan.server.hotrod.counter.listener.ClientCounterEvent
-
public final class ClientCounterEvent extends java.lang.ObjectA counter event to send to a client.- Since:
- 9.2
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CounterStatedecodeNewState(byte encoded)static CounterStatedecodeOldState(byte encoded)bytegetVersion()java.lang.StringtoString()voidwriteTo(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
decodeOldState
public static CounterState decodeOldState(byte encoded)
-
decodeNewState
public static CounterState decodeNewState(byte encoded)
-
getVersion
public byte getVersion()
-
writeTo
public void writeTo(io.netty.buffer.ByteBuf buffer)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-