Class ClientCounterEvent
- java.lang.Object
-
- org.infinispan.server.hotrod.counter.listener.ClientCounterEvent
-
public final class ClientCounterEvent extends 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 org.infinispan.counter.api.CounterStatedecodeNewState(byte encoded)static org.infinispan.counter.api.CounterStatedecodeOldState(byte encoded)bytegetVersion()StringtoString()voidwriteTo(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
decodeOldState
public static org.infinispan.counter.api.CounterState decodeOldState(byte encoded)
-
decodeNewState
public static org.infinispan.counter.api.CounterState decodeNewState(byte encoded)
-
getVersion
public byte getVersion()
-
writeTo
public void writeTo(io.netty.buffer.ByteBuf buffer)
-
-