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 ClusterExecutionPolicyClusterExecutionPolicy. 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 ClusterExecutorClusterExecutor. filterTargets(ClusterExecutionPolicy policy)Allows for filtering of address nodes by only allowing addresses that match the given execution policy to be used.ClusterExecutorClusterExecutor. filterTargets(ClusterExecutionPolicy policy, Predicate<? super org.infinispan.remoting.transport.Address> predicate)Allows for filtering of address nodes dynamically per invocation.
-