Uses of Class
org.infinispan.server.hotrod.counter.listener.ListenerOperationStatus
-
Packages that use ListenerOperationStatus Package Description org.infinispan.server.hotrod.counter.listener -
-
Uses of ListenerOperationStatus in org.infinispan.server.hotrod.counter.listener
Methods in org.infinispan.server.hotrod.counter.listener that return ListenerOperationStatus Modifier and Type Method Description ListenerOperationStatus
ClientCounterManagerNotificationManager. addCounterListener(byte[] listenerId, byte version, String counterName, io.netty.channel.Channel channel, VersionedEncoder encoder)
ListenerOperationStatus
ClientCounterManagerNotificationManager. removeCounterListener(byte[] listenerId, String counterName)
static ListenerOperationStatus
ListenerOperationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListenerOperationStatus[]
ListenerOperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-