Uses of Interface
com.hazelcast.core.ManagedContext
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
Jet's Core API.
Utilities for writing tests of Core API Processors.
Contains context classes for Spring.
-
Uses of ManagedContext in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.setManagedContext
(ManagedContext managedContext) SetsManagedContext
-
Uses of ManagedContext in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getManagedContext()
Returns the external managed context.Modifier and TypeMethodDescriptionConfig.setManagedContext
(ManagedContext managedContext) Sets the external managed context. -
Uses of ManagedContext in com.hazelcast.jet.core
Modifier and TypeMethodDescriptionProcessorSupplier.Context.managedContext()
ReturnsManagedContext
associated with this job. -
Uses of ManagedContext in com.hazelcast.jet.core.test
Modifier and TypeMethodDescriptionTestProcessorContext.setManagedContext
(ManagedContext managedContext) TestProcessorSupplierContext.setManagedContext
(ManagedContext managedContext) Sets theManagedContext
-
Uses of ManagedContext in com.hazelcast.spring.context