Class ProcessorMetaSupplier.SpecificMemberPms

java.lang.Object
com.hazelcast.jet.core.ProcessorMetaSupplier.SpecificMemberPms
All Implemented Interfaces:
ProcessorMetaSupplier, DataSerializable, IdentifiedDataSerializable, Serializable
Enclosing interface:
ProcessorMetaSupplier

public static class ProcessorMetaSupplier.SpecificMemberPms extends Object implements ProcessorMetaSupplier, IdentifiedDataSerializable
A meta-supplier that will only use the given ProcessorSupplier on a node with given Address or random member if address is not given. Additionally, it ensures that total parallelism is 1.
See Also: