Uses of Class
org.infinispan.client.hotrod.event.ClientEvent.Type
-
Packages that use ClientEvent.Type Package Description org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl.protocol -
-
Uses of ClientEvent.Type in org.infinispan.client.hotrod.event
Methods in org.infinispan.client.hotrod.event that return ClientEvent.Type Modifier and Type Method Description ClientEvent.Type
ClientEvent. getType()
static ClientEvent.Type
ClientEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientEvent.Type[]
ClientEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClientEvent.Type in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return ClientEvent.Type Modifier and Type Method Description ClientEvent.Type
CreatedEventImpl. getType()
ClientEvent.Type
CustomEventImpl. getType()
ClientEvent.Type
ExpiredEventImpl. getType()
ClientEvent.Type
ModifiedEventImpl. getType()
ClientEvent.Type
RemovedEventImpl. getType()
Constructors in org.infinispan.client.hotrod.event.impl with parameters of type ClientEvent.Type Constructor Description CustomEventImpl(byte[] listenerId, T data, boolean retried, ClientEvent.Type type)
-
Uses of ClientEvent.Type in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClientEvent.Type Modifier and Type Method Description protected AbstractClientEvent
Codec20. createCustomEvent(byte[] listenerId, Object eventData, ClientEvent.Type eventType, boolean isRetried)
-