Uses of Interface
com.hazelcast.core.HazelcastInstance
Package
Description
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
Contains classes/interfaces related to Client
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
This package contains code handling data connections.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
Utilities for writing tests of Core API Processors.
Contains Hazelcast map module classes.
Implementation of
MapStore
interface based on Hazelcast SQL engineThis package contains the OSGI functionality contract points for Hazelcast.
Provides interfaces/classes for Hazelcast security implementation.
Contains Hazelcast cache classes related to Spring.
Contains Hazelcast transaction classes for Spring Transaction API.
-
Uses of HazelcastInstance in com.hazelcast.cache
Modifier and TypeMethodDescriptionHazelcastCacheManager.getHazelcastInstance()
Gets the underlyingHazelcastInstance
implementation.Modifier and TypeMethodDescriptionstatic Properties
HazelcastCachingProvider.propertiesByInstanceItself
(HazelcastInstance instance) Create theProperties
with the provided instance itself. -
Uses of HazelcastInstance in com.hazelcast.client
Modifier and TypeMethodDescriptionstatic HazelcastInstance
HazelcastClient.getHazelcastClientByName
(String instanceName) Returns an existing HazelcastClient with instanceName.static HazelcastInstance
HazelcastClient.getOrCreateHazelcastClient()
Gets or creates a new HazelcastInstance (a new client in a cluster) with the default XML configuration looked up in: System property: Hazelcast will first check if "hazelcast.client.config" system property is set to a file or aclasspath:...
path.static HazelcastInstance
HazelcastClient.getOrCreateHazelcastClient
(ClientConfig config) Gets or creates a new HazelcastInstance (a new client in a cluster) with a certain name.static HazelcastInstance
HazelcastClient.newHazelcastClient()
Creates a new HazelcastInstance (a new client in a cluster).static HazelcastInstance
HazelcastClient.newHazelcastClient
(ClientConfig config) Creates a new HazelcastInstance (a new client in a cluster).static HazelcastInstance
HazelcastClient.newHazelcastFailoverClient()
Creates a client with cluster switch capability.static HazelcastInstance
HazelcastClient.newHazelcastFailoverClient
(ClientFailoverConfig clientFailoverConfig) Creates a client with cluster switch capability.Modifier and TypeMethodDescriptionstatic Collection<HazelcastInstance>
HazelcastClient.getAllHazelcastClients()
Gets an immutable collection of all client HazelcastInstances created in this JVM.Modifier and TypeMethodDescriptionvoid
ClientOutOfMemoryHandler.onOutOfMemory
(OutOfMemoryError oome, HazelcastInstance[] hazelcastInstances) static void
HazelcastClient.shutdown
(HazelcastInstance instance) Shutdown the provided client and remove it from the managed list -
Uses of HazelcastInstance in com.hazelcast.console
Modifier and TypeMethodDescriptionvoid
Echo.setHazelcastInstance
(HazelcastInstance hazelcastInstance) void
SimulateLoadTask.setHazelcastInstance
(HazelcastInstance hazelcastInstance) -
Uses of HazelcastInstance in com.hazelcast.core
Modifier and TypeMethodDescriptionstatic HazelcastInstance
Hazelcast.bootstrappedInstance()
Returns either a local Hazelcast instance or a "bootstrapped" Hazelcast client for a remote Hazelcast cluster, depending on the context.static HazelcastInstance
Hazelcast.getHazelcastInstanceByName
(String instanceName) Returns an existing HazelcastInstance with instanceName.static HazelcastInstance
Hazelcast.getOrCreateHazelcastInstance()
Gets or creates a HazelcastInstance with the default XML configuration looked up in: System property: Hazelcast will first check if "hazelcast.config" system property is set to a file or aclasspath:...
path.static HazelcastInstance
Hazelcast.getOrCreateHazelcastInstance
(Config config) Gets or creates the HazelcastInstance with a certain name.static HazelcastInstance
Hazelcast.newHazelcastInstance()
Creates a new HazelcastInstance (a new node in a cluster).static HazelcastInstance
Hazelcast.newHazelcastInstance
(Config config) Creates a new HazelcastInstance (a new node in a cluster).Modifier and TypeMethodDescriptionstatic Set<HazelcastInstance>
Hazelcast.getAllHazelcastInstances()
Returns all active/running HazelcastInstances on this JVM.Modifier and TypeMethodDescriptionabstract void
OutOfMemoryHandler.onOutOfMemory
(OutOfMemoryError oome, HazelcastInstance[] hazelcastInstances) When anOutOfMemoryError
is caught by Hazelcast threads, this method is called for ALLHazelcastInstance
s knows by current JVM (actually ClassLoader).void
HazelcastInstanceAware.setHazelcastInstance
(HazelcastInstance hazelcastInstance) Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.protected final void
OutOfMemoryHandler.tryCloseConnections
(HazelcastInstance hazelcastInstance) Tries to close the server socket and connections to otherHazelcastInstance
s.protected final void
OutOfMemoryHandler.tryShutdown
(HazelcastInstance hazelcastInstance) Tries to shut downHazelcastInstance
forcefully; including closing sockets and connections, stopping threads, etc. -
Uses of HazelcastInstance in com.hazelcast.dataconnection
Modifier and TypeMethodDescriptionHazelcastDataConnection.getClient()
Return a clientHazelcastInstance
based on this data connection configuration. -
Uses of HazelcastInstance in com.hazelcast.jet
ModifierConstructorDescriptionJobStateSnapshot
(HazelcastInstance instance, String name, com.hazelcast.jet.impl.SnapshotValidationRecord record) This constructor is a private API, useJetService.getJobStateSnapshot(String)
instead. -
Uses of HazelcastInstance in com.hazelcast.jet.core
Modifier and TypeMethodDescriptionProcessorMetaSupplier.Context.hazelcastInstance()
Returns the current Hazelcast instance. -
Uses of HazelcastInstance in com.hazelcast.jet.core.test
Modifier and TypeMethodDescriptionTestSupport.hazelcastInstance
(HazelcastInstance hazelcastInstance) Use the given instance forProcessorMetaSupplier.Context.hazelcastInstance()
TestProcessorContext.setHazelcastInstance
(HazelcastInstance instance) TestProcessorMetaSupplierContext.setHazelcastInstance
(HazelcastInstance instance) Sets the Hazelcast instance.TestProcessorSupplierContext.setHazelcastInstance
(HazelcastInstance instance) -
Uses of HazelcastInstance in com.hazelcast.map
Modifier and TypeMethodDescriptionvoid
MapLoaderLifecycleSupport.init
(HazelcastInstance hazelcastInstance, Properties properties, String mapName) Initializes this MapLoader implementation. -
Uses of HazelcastInstance in com.hazelcast.mapstore
Modifier and TypeMethodDescriptionvoid
GenericMapLoader.init
(HazelcastInstance instance, Properties properties, String mapName) -
Uses of HazelcastInstance in com.hazelcast.osgi
Modifier and TypeInterfaceDescriptioninterface
Contract point forHazelcastInstance
implementations based on OSGi service.Modifier and TypeMethodDescriptionHazelcastOSGiInstance.getDelegatedInstance()
Gets the delegated (underlying)HazelcastInstance
. -
Uses of HazelcastInstance in com.hazelcast.security
Modifier and TypeMethodDescriptionvoid
HazelcastInstanceCallback.setHazelcastInstance
(HazelcastInstance hazelcastInstance) -
Uses of HazelcastInstance in com.hazelcast.spring.cache
Modifier and TypeMethodDescriptionstatic javax.cache.CacheManager
SpringHazelcastCachingProvider.getCacheManager
(HazelcastInstance instance, String uriString, Properties props) Creates aCacheManager
on an existing HazelcastInstance.void
HazelcastCacheManager.setHazelcastInstance
(HazelcastInstance hazelcastInstance) -
Uses of HazelcastInstance in com.hazelcast.spring.transaction
Modifier and TypeMethodDescriptionstatic TransactionContext
HazelcastTransactionManager.getTransactionContext
(HazelcastInstance hazelcastInstance) Returns the transaction context for the given Hazelcast instance bounded to the current thread.
HazelcastInstance
and thenJetService
from the product's entry point -Hazelcast
-, we don't need to this back reference anymore.