Class ClientCounterEvent
- java.lang.Object
-
- org.infinispan.server.hotrod.counter.listener.ClientCounterEvent
-
public final class ClientCounterEvent extends java.lang.Object
A 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 CounterState
decodeNewState(byte encoded)
static CounterState
decodeOldState(byte encoded)
byte
getVersion()
java.lang.String
toString()
void
writeTo(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:
toString
in classjava.lang.Object
-
-