Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Package
Description
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Modifier and TypeMethodDescriptionstatic ClusterProvider.DCNotify
Returns the enum constant of this class with the specified name.static ClusterProvider.DCNotify[]
ClusterProvider.DCNotify.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
ClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) An alternative toClusterProvider.notify(String, ClusterEvent, boolean, DCNotify)
that sends multiple events in a single network call.void
ClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Notify registered listeners on all cluster nodes in all datacenters. -
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan
Modifier and TypeMethodDescriptionvoid
InfinispanClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) void
InfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) static WrapperClusterEvent
WrapperClusterEvent.wrap
(String eventKey, Collection<? extends ClusterEvent> events, String senderAddress, String senderSite, ClusterProvider.DCNotify dcNotify, boolean ignoreSender) -
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan.remote
Modifier and TypeMethodDescriptionvoid
RemoteInfinispanClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) void
RemoteInfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) void
RemoteInfinispanNotificationManager.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) -
Uses of ClusterProvider.DCNotify in org.keycloak.models.sessions.infinispan.events
Modifier and TypeMethodDescriptionvoid
SessionEventsSenderTransaction.addEvent
(SessionClusterEvent event, ClusterProvider.DCNotify dcNotify)