Uses of Interface
com.hazelcast.jet.core.ProcessorMetaSupplier.Context
Packages that use ProcessorMetaSupplier.Context
Package
Description
Jet's Core API.
Utilities for writing tests of Core API Processors.
Provides interfaces/classes for Hazelcast security implementation.
-
Uses of ProcessorMetaSupplier.Context in com.hazelcast.jet.core
Subinterfaces of ProcessorMetaSupplier.Context in com.hazelcast.jet.coreModifier and TypeInterfaceDescriptionstatic interface
Context passed to the processor in theinit()
call.static interface
Context passed to the supplier in theinit()
call.Methods in com.hazelcast.jet.core with parameters of type ProcessorMetaSupplier.ContextModifier and TypeMethodDescriptionstatic Address
ProcessorMetaSupplier.getOwnerAddress
(ProcessorMetaSupplier.Context context, Object partitionKey) Since the partition owner may not participate in job execution, alwayspartitionAssignment()
should be used to find the "actual" owner.default void
ProcessorMetaSupplier.init
(ProcessorMetaSupplier.Context context) Called on the cluster member that receives the job request.void
ProcessorMetaSupplier.RandomMemberPms.init
(ProcessorMetaSupplier.Context context) void
ProcessorMetaSupplier.SpecificMemberPms.init
(ProcessorMetaSupplier.Context context) -
Uses of ProcessorMetaSupplier.Context in com.hazelcast.jet.core.test
Classes in com.hazelcast.jet.core.test that implement ProcessorMetaSupplier.ContextModifier and TypeClassDescriptionclass
Processor.Context
implementation suitable to be used in tests.class
ProcessorMetaSupplier.Context
implementation suitable to be used in tests.class
Implementation ofProcessorSupplier.Context
suitable to be used in tests. -
Uses of ProcessorMetaSupplier.Context in com.hazelcast.security
Methods in com.hazelcast.security with parameters of type ProcessorMetaSupplier.ContextModifier and TypeMethodDescriptionstatic void
PermissionsUtil.checkPermission
(com.hazelcast.security.impl.function.SecuredFunction function, ProcessorMetaSupplier.Context context)