Class EqualsClusterNodeIdPredicate<T extends ClusterNode>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.EqualsClusterNodeIdPredicate<T>
-
- All Implemented Interfaces:
Serializable,IgnitePredicate<T>
public class EqualsClusterNodeIdPredicate<T extends ClusterNode> extends Object implements IgnitePredicate<T>
Creates grid node predicate evaluating on the given node ID.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EqualsClusterNodeIdPredicate(UUID nodeId)
-
-
-
Constructor Detail
-
EqualsClusterNodeIdPredicate
public EqualsClusterNodeIdPredicate(UUID nodeId)
- Parameters:
nodeId- (Collection)
-
-
Method Detail
-
apply
public boolean apply(ClusterNode e)
Predicate body.- Specified by:
applyin interfaceIgnitePredicate<T extends ClusterNode>- Parameters:
e- Predicate parameter.- Returns:
- Return value.
-
-