Uses of Class
org.infinispan.manager.ClusterExecutionPolicy
-
Packages that use ClusterExecutionPolicy Package Description org.infinispan.manager Cache manager API. -
-
Uses of ClusterExecutionPolicy in org.infinispan.manager
Methods in org.infinispan.manager that return ClusterExecutionPolicy Modifier and Type Method Description static ClusterExecutionPolicy
ClusterExecutionPolicy. valueOf(String name)
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.Methods in org.infinispan.manager with parameters of type ClusterExecutionPolicy Modifier and Type Method Description ClusterExecutor
ClusterExecutor. filterTargets(ClusterExecutionPolicy policy)
Allows for filtering of address nodes by only allowing addresses that match the given execution policy to be used.ClusterExecutor
ClusterExecutor. filterTargets(ClusterExecutionPolicy policy, Predicate<? super Address> predicate)
Allows for filtering of address nodes dynamically per invocation.
-