Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Packages that use ClusterProvider.DCNotify
Package
Description
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Methods in org.keycloak.cluster that return ClusterProvider.DCNotifyModifier and TypeMethodDescriptionstatic ClusterProvider.DCNotify
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ClusterProvider.DCNotify[]
ClusterProvider.DCNotify.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.cluster with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptiondefault void
ClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated, for removal: This API element is subject to removal in a future version.void
ClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan
Methods in org.keycloak.cluster.infinispan with parameters of type ClusterProvider.DCNotifyModifier 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
Methods in org.keycloak.cluster.infinispan.remote with parameters of type ClusterProvider.DCNotifyModifier 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)
ClusterProvider.notify(String, Collection, boolean)
instead.