Uses of Enum
org.infinispan.manager.ClusterExecutionPolicy
-
Uses of ClusterExecutionPolicy in org.infinispan.manager
Modifier and TypeMethodDescriptionstatic ClusterExecutionPolicy
Returns the enum constant of this type with the specified name.static ClusterExecutionPolicy[]
ClusterExecutionPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionClusterExecutor.filterTargets
(ClusterExecutionPolicy policy) Allows for filtering of address nodes by only allowing addresses that match the given execution policy to be used.ClusterExecutor.filterTargets
(ClusterExecutionPolicy policy, Predicate<? super Address> predicate) Allows for filtering of address nodes dynamically per invocation.