Package org.apache.ignite.configuration
Class CacheConfiguration.IgniteAllNodesPredicate
- java.lang.Object
-
- org.apache.ignite.configuration.CacheConfiguration.IgniteAllNodesPredicate
-
- All Implemented Interfaces:
Serializable
,IgnitePredicate<ClusterNode>
- Enclosing class:
- CacheConfiguration<K,V>
public static class CacheConfiguration.IgniteAllNodesPredicate extends Object implements IgnitePredicate<ClusterNode>
Filter that accepts all nodes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteAllNodesPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(ClusterNode node)
Predicate body.boolean
equals(Object obj)
String
toString()
-
-
-
Method Detail
-
apply
public boolean apply(ClusterNode node)
Predicate body.- Specified by:
apply
in interfaceIgnitePredicate<ClusterNode>
- Parameters:
node
- Predicate parameter.- Returns:
- Return value.
-
-