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
Classes in org.infinispan.xsite.events that implement interfaces with type arguments of type XSiteEventModifier and TypeClassDescriptionfinal class
WARNING: Generated code!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) XSiteEvent$___Marshaller_ada3591cd159796d4948a9b123f01199f8cd17b0c51224943de73db0b516a9f3.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.xsite.events that return types with arguments of type XSiteEventModifier and TypeMethodDescriptionXSiteEvent$___Marshaller_ada3591cd159796d4948a9b123f01199f8cd17b0c51224943de73db0b516a9f3.getJavaClass()
Methods in org.infinispan.xsite.events with parameters of type XSiteEventModifier and TypeMethodDescriptionvoid
XSiteEventSender.addEventToSite
(ByteString site, XSiteEvent event) void
XSiteEvent$___Marshaller_ada3591cd159796d4948a9b123f01199f8cd17b0c51224943de73db0b516a9f3.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, XSiteEvent $2) 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)