Class EqualsUuidPredicate
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.EqualsUuidPredicate
-
- All Implemented Interfaces:
Serializable,IgnitePredicate<UUID>
public class EqualsUuidPredicate extends Object implements IgnitePredicate<UUID>
UUID equals predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EqualsUuidPredicate(UUID nodeId)
-
-
-
Constructor Detail
-
EqualsUuidPredicate
public EqualsUuidPredicate(UUID nodeId)
- Parameters:
nodeId- Node ID for which returning predicate will evaluate totrue.
-
-