Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.jet.core |
Jet's Core API.
|
com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
com.hazelcast.spring.context |
Contains context classes for Spring.
|
Modifier and Type | Method and Description |
---|---|
ManagedContext |
ClientConfig.getManagedContext()
Gets
ManagedContext |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfig.setManagedContext(ManagedContext managedContext)
Sets
ManagedContext |
Modifier and Type | Method and Description |
---|---|
ManagedContext |
Config.getManagedContext()
Returns the external managed context.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setManagedContext(ManagedContext managedContext)
Sets the external managed context.
|
Modifier and Type | Method and Description |
---|---|
ManagedContext |
ProcessorSupplier.Context.managedContext()
Returns
ManagedContext associated with this job. |
Modifier and Type | Method and Description |
---|---|
ManagedContext |
TestProcessorSupplierContext.managedContext() |
Modifier and Type | Method and Description |
---|---|
TestProcessorSupplierContext |
TestProcessorSupplierContext.setManagedContext(ManagedContext managedContext)
Sets the
ManagedContext |
TestProcessorContext |
TestProcessorContext.setManagedContext(ManagedContext managedContext) |
Modifier and Type | Class and Description |
---|---|
class |
SpringManagedContext
ManagedContext implementation for Hazelcast. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.