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.configMethods 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.configMethods 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.coreMethods in com.hazelcast.jet.core that return ManagedContextModifier and TypeMethodDescriptionProcessorSupplier.Context.managedContext()ReturnsManagedContextassociated with this job.
- 
Uses of ManagedContext in com.hazelcast.jet.core.testMethods 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.contextClasses in com.hazelcast.spring.context that implement ManagedContext