Package org.infinispan.hotrod.event.impl
Class ClientEventDispatcher
java.lang.Object
org.infinispan.hotrod.event.impl.EventDispatcher<ClientEvent>
org.infinispan.hotrod.event.impl.ClientEventDispatcher
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientEventDispatchercreate(ClientListenerOperation op, SocketAddress address, Runnable cleanup, RemoteCache<?, ?> remoteCache) protected DataFormatvoidinvokeEvent(ClientEvent clientEvent) protected voidMethods inherited from class org.infinispan.hotrod.event.impl.EventDispatcher
address, isRunning, start, stop
-
Field Details
-
FAILOVER_EVENT_SINGLETON
-
-
Method Details
-
create
public static ClientEventDispatcher create(ClientListenerOperation op, SocketAddress address, Runnable cleanup, RemoteCache<?, ?> remoteCache) -
invokeEvent
- Specified by:
invokeEventin classEventDispatcher<ClientEvent>
-
executeFailover
- Specified by:
executeFailoverin classEventDispatcher<ClientEvent>
-
invokeFailoverEvent
protected void invokeFailoverEvent()- Overrides:
invokeFailoverEventin classEventDispatcher<ClientEvent>
-
getDataFormat
-