Package | Description |
---|---|
org.infinispan.manager |
Cache manager API.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.