Uses of Enum Class
org.infinispan.hotrod.event.ClientEvent.Type
Packages that use ClientEvent.Type
Package
Description
Hot Rod client remote event API.
-
Uses of ClientEvent.Type in org.infinispan.hotrod.event
Subclasses with type arguments of type ClientEvent.Type in org.infinispan.hotrod.eventMethods in org.infinispan.hotrod.event that return ClientEvent.TypeModifier and TypeMethodDescriptionClientEvent.getType()static ClientEvent.TypeReturns 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.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl that return ClientEvent.TypeModifier and TypeMethodDescriptionCreatedEventImpl.getType()CustomEventImpl.getType()ExpiredEventImpl.getType()ModifiedEventImpl.getType()RemovedEventImpl.getType()Constructors in org.infinispan.hotrod.event.impl with parameters of type ClientEvent.TypeModifierConstructorDescriptionCustomEventImpl(byte[] listenerId, T data, boolean retried, ClientEvent.Type type) -
Uses of ClientEvent.Type in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol with parameters of type ClientEvent.TypeModifier and TypeMethodDescriptionprotected AbstractClientEventCodec40.createCustomEvent(byte[] listenerId, Object eventData, ClientEvent.Type eventType, boolean isRetried)