Uses of Enum Class
org.infinispan.client.hotrod.event.ClientEvent.Type
Package
Description
Hot Rod client remote event API.
-
Uses of ClientEvent.Type in org.infinispan.client.hotrod.event
Modifier and TypeMethodDescriptionClientEvent.getType()
static ClientEvent.Type
Returns the enum constant of this class with the specified name.static ClientEvent.Type[]
ClientEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientEvent.Type in org.infinispan.client.hotrod.event.impl
Modifier and TypeMethodDescriptionCreatedEventImpl.getType()
CustomEventImpl.getType()
ExpiredEventImpl.getType()
ModifiedEventImpl.getType()
RemovedEventImpl.getType()
ModifierConstructorDescriptionCustomEventImpl
(byte[] listenerId, T data, boolean retried, ClientEvent.Type type)