public static interface ProcessorSupplier.Context extends ProcessorMetaSupplier.Context
init()
call.Modifier and Type | Method and Description |
---|---|
ILogger |
logger()
Returns a logger for the associated
ProcessorSupplier . |
int |
memberIndex()
Returns the index of the member among all the members that run this
job: it's a unique cluster-wide index.
|
jetInstance, localParallelism, memberCount, totalParallelism, vertexName
@Nonnull ILogger logger()
ProcessorSupplier
.logger
in interface ProcessorMetaSupplier.Context
int memberIndex()
The value is in the range [0...memberCount-1]
.
Copyright © 2018 Hazelcast, Inc.. All rights reserved.