Uses of Class
org.keycloak.cluster.ExecutionResult
-
Packages that use ExecutionResult Package Description org.keycloak.cluster org.keycloak.cluster.infinispan -
-
Uses of ExecutionResult in org.keycloak.cluster
Methods in org.keycloak.cluster that return ExecutionResult Modifier and Type Method Description static <T> ExecutionResult<T>
ExecutionResult. executed(T result)
<T> ExecutionResult<T>
ClusterProvider. executeIfNotExecuted(String taskKey, int taskTimeoutInSeconds, Callable<T> task)
Deprecated.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 ExecutionResult Modifier and Type Method Description <T> ExecutionResult<T>
InfinispanClusterProvider. executeIfNotExecuted(String taskKey, int taskTimeoutInSeconds, Callable<T> task)
-