public static interface ProcessorMetaSupplier.Context
| Modifier and Type | Method and Description |
|---|---|
JetInstance |
jetInstance()
Returns the current Jet instance.
|
int |
localParallelism()
Returns the number of processors that each
ProcessorSupplier
will be asked to create once deserialized on each member. |
com.hazelcast.logging.ILogger |
logger()
Returns a logger for the associated
ProcessorSupplier. |
int |
totalParallelism()
Returns the total number of
Processors that will be
created across the cluster. |
@Nonnull JetInstance jetInstance()
int totalParallelism()
Processors that will be
created across the cluster.int localParallelism()
ProcessorSupplier
will be asked to create once deserialized on each member.@Nonnull com.hazelcast.logging.ILogger logger()
ProcessorSupplier.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.