Uses of Interface
com.hazelcast.core.ManagedContext
Packages that use 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
Methods in com.hazelcast.client.config that return ManagedContextMethods in com.hazelcast.client.config with parameters of type ManagedContextModifier and TypeMethodDescriptionClientConfig.setManagedContext
(ManagedContext managedContext) SetsManagedContext
-
Uses of ManagedContext in com.hazelcast.config
Methods in com.hazelcast.config that return ManagedContextModifier and TypeMethodDescriptionConfig.getManagedContext()
Returns the external managed context.Methods in com.hazelcast.config with parameters of type ManagedContextModifier and TypeMethodDescriptionConfig.setManagedContext
(ManagedContext managedContext) Sets the external managed context. -
Uses of ManagedContext in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return ManagedContextModifier and TypeMethodDescriptionProcessorSupplier.Context.managedContext()
ReturnsManagedContext
associated with this job. -
Uses of ManagedContext in com.hazelcast.jet.core.test
Methods in com.hazelcast.jet.core.test that return ManagedContextMethods in com.hazelcast.jet.core.test with parameters of type ManagedContextModifier and TypeMethodDescriptionTestProcessorContext.setManagedContext
(ManagedContext managedContext) TestProcessorSupplierContext.setManagedContext
(ManagedContext managedContext) Sets theManagedContext
-
Uses of ManagedContext in com.hazelcast.spring.context
Classes in com.hazelcast.spring.context that implement ManagedContext