Uses of Enum Class
org.infinispan.manager.ClusterExecutionPolicy
Packages that use ClusterExecutionPolicy
-
Uses of ClusterExecutionPolicy in org.infinispan.manager
Methods in org.infinispan.manager that return ClusterExecutionPolicyModifier and TypeMethodDescriptionstatic ClusterExecutionPolicy
Returns the enum constant of this class with the specified name.static ClusterExecutionPolicy[]
ClusterExecutionPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.manager with parameters of type ClusterExecutionPolicyModifier 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.