Uses of Class
org.keycloak.cluster.ExecutionResult
Package
Description
-
Uses of ExecutionResult in org.keycloak.cluster
Modifier 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
Modifier and TypeMethodDescription<T> ExecutionResult<T>
InfinispanClusterProvider.executeIfNotExecuted
(String taskKey, int taskTimeoutInSeconds, Callable<T> task) -
Uses of ExecutionResult in org.keycloak.cluster.infinispan.remote
Modifier and TypeMethodDescription<T> ExecutionResult<T>
RemoteInfinispanClusterProvider.executeIfNotExecuted
(String taskKey, int taskTimeoutInSeconds, Callable<T> task)