Package | Description |
---|---|
com.hazelcast.jet.core |
Jet's Core API.
|
com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Processor.Context
Context passed to the processor in the
init() call. |
static interface |
ProcessorSupplier.Context
Context passed to the supplier in the
init() call. |
Modifier and Type | Method and Description |
---|---|
default void |
ProcessorMetaSupplier.init(ProcessorMetaSupplier.Context context)
Called on the cluster member that receives the client request, after
deserializing the meta-supplier instance.
|
Modifier and Type | Class and Description |
---|---|
class |
TestProcessorContext
Processor.Context implementation suitable to be used in tests. |
class |
TestProcessorMetaSupplierContext
ProcessorMetaSupplier.Context implementation suitable to be used
in tests. |
class |
TestProcessorSupplierContext
Implementation of
ProcessorSupplier.Context suitable to be used
in tests. |
Modifier and Type | Method and Description |
---|---|
static void |
PermissionsUtil.checkPermission(com.hazelcast.security.impl.function.SecuredFunction function,
ProcessorMetaSupplier.Context context) |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.