Uses of Interface
com.hazelcast.jet.JetMemberSelector
Packages that use JetMemberSelector
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
-
Uses of JetMemberSelector in com.hazelcast.jet
Fields in com.hazelcast.jet declared as JetMemberSelectorModifier and TypeFieldDescriptionstatic final JetMemberSelector
JetMemberSelector.ALL_LITE_MEMBERS
Selects all lite members on the cluster.Methods in com.hazelcast.jet with parameters of type JetMemberSelectorModifier and TypeMethodDescriptionJetService.JobBuilder.withMemberSelector
(JetMemberSelector memberSelector) Selects the members on which the job will run. -
Uses of JetMemberSelector in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return JetMemberSelectorMethods in com.hazelcast.jet.core with parameters of type JetMemberSelector