Uses of Interface
com.hazelcast.jet.core.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
Modifier and TypeInterfaceDescriptionstatic interface
Context passed to the processor in theinit()
call.static interface
Context passed to the supplier in theinit()
call.Modifier and TypeMethodDescriptiondefault 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
Modifier 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
Modifier and TypeMethodDescriptionstatic void
PermissionsUtil.checkPermission
(com.hazelcast.security.impl.function.SecuredFunction function, ProcessorMetaSupplier.Context context)