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 SummaryConstructors Constructor Description IgniteAllNodesPredicate()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(ClusterNode node)Predicate body.booleanequals(Object obj)StringtoString()
 
- 
- 
- 
Method Detail- 
applypublic boolean apply(ClusterNode node) Predicate body.- Specified by:
- applyin interface- IgnitePredicate<ClusterNode>
- Parameters:
- node- Predicate parameter.
- Returns:
- Return value.
 
 
- 
 
-