Uses of Class
org.infinispan.xsite.events.XSiteEvent
Packages that use XSiteEvent
Package
Description
-
Uses of XSiteEvent in org.infinispan.xsite.commands
Constructor parameters in org.infinispan.xsite.commands with type arguments of type XSiteEvent -
Uses of XSiteEvent in org.infinispan.xsite.commands.remote
Constructor parameters in org.infinispan.xsite.commands.remote with type arguments of type XSiteEvent -
Uses of XSiteEvent in org.infinispan.xsite.events
Methods in org.infinispan.xsite.events that return XSiteEventModifier and TypeMethodDescriptionstatic XSiteEvent
XSiteEvent.createConnectEvent
(ByteString localSite) static XSiteEvent
XSiteEvent.createInitialStateRequest
(ByteString localSite, ByteString cacheName) static XSiteEvent
XSiteEvent.createRequestState
(ByteString localSite, ByteString cacheName) static XSiteEvent
XSiteEvent.readFrom
(ObjectInput input) Methods in org.infinispan.xsite.events with parameters of type XSiteEventModifier and TypeMethodDescriptionvoid
XSiteEventSender.addEventToSite
(ByteString site, XSiteEvent event) static void
XSiteEvent.writeTo
(ObjectOutput output, XSiteEvent event) Method parameters in org.infinispan.xsite.events with type arguments of type XSiteEventModifier and TypeMethodDescriptionNoOpXSiteEventsManager.onLocalEvents
(List<XSiteEvent> events) XSiteEventsManager.onLocalEvents
(List<XSiteEvent> events) Handles a list ofXSiteEvent
from another node in the local site.XSiteEventsManagerImpl.onLocalEvents
(List<XSiteEvent> events) NoOpXSiteEventsManager.onRemoteEvents
(List<XSiteEvent> events) XSiteEventsManager.onRemoteEvents
(List<XSiteEvent> events) Handles a list ofXSiteEvent
from another site.XSiteEventsManagerImpl.onRemoteEvents
(List<XSiteEvent> events)