Class ClientCounterEvent
java.lang.Object
org.infinispan.server.hotrod.counter.listener.ClientCounterEvent
A counter event to send to a client.
- Since:
- 9.2
- Author:
- Pedro Ruivo
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.counter.api.CounterState
decodeNewState
(byte encoded) static org.infinispan.counter.api.CounterState
decodeOldState
(byte encoded) byte
toString()
void
writeTo
(io.netty.buffer.ByteBuf buffer)
-
Method Details
-
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) -
toString
-