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 ListenerOperationStatusClientCounterManagerNotificationManager. addCounterListener(byte[] listenerId, byte version, java.lang.String counterName, io.netty.channel.Channel channel, VersionedEncoder encoder)ListenerOperationStatusClientCounterManagerNotificationManager. removeCounterListener(byte[] listenerId, java.lang.String counterName)static ListenerOperationStatusListenerOperationStatus. valueOf(java.lang.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.
-