Package com.hazelcast.jet
Interface JetMemberSelector
- All Superinterfaces:
 Predicate<Member>,PredicateEx<Member>,Serializable
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Selects the members on which a specific job will run.
- Since:
 - 5.5
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JetMemberSelectorSelects all lite members on the cluster. - 
Method Summary
Methods inherited from interface com.hazelcast.function.PredicateEx
and, negate, or, test 
- 
Field Details
- 
ALL_LITE_MEMBERS
Selects all lite members on the cluster. 
 - 
 - 
Method Details
- 
testEx
Predicate to select members on which the job will run.- Specified by:
 testExin interfacePredicateEx<Member>
 
 -