Uses of Class
org.keycloak.cluster.ExecutionResult
Packages that use ExecutionResult
Package
Description
-
Uses of ExecutionResult in org.keycloak.cluster
Methods in org.keycloak.cluster that return ExecutionResultModifier and TypeMethodDescriptionstatic <T> ExecutionResult<T>
ExecutionResult.executed
(T result) <T> ExecutionResult<T>
ClusterProvider.executeIfNotExecuted
(String taskKey, int taskTimeoutInSeconds, Callable<T> task) Execute given task just if it's not already in progress (either on this or any other cluster node).static <T> ExecutionResult<T>
ExecutionResult.notExecuted()
-
Uses of ExecutionResult in org.keycloak.cluster.infinispan
Methods in org.keycloak.cluster.infinispan that return ExecutionResultModifier and TypeMethodDescription<T> ExecutionResult<T>
InfinispanClusterProvider.executeIfNotExecuted
(String taskKey, int taskTimeoutInSeconds, Callable<T> task) -
Uses of ExecutionResult in org.keycloak.cluster.infinispan.remote
Methods in org.keycloak.cluster.infinispan.remote that return ExecutionResultModifier and TypeMethodDescription<T> ExecutionResult<T>
RemoteInfinispanClusterProvider.executeIfNotExecuted
(String taskKey, int taskTimeoutInSeconds, Callable<T> task)