Uses of Interface
com.hazelcast.core.HazelcastInstance

Packages that use HazelcastInstance
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.cache.impl Hazelcast JSR-107 aka JCache implementation client side 
com.hazelcast.client.console This package contains ClientConsoleApp
 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.spi Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService 
com.hazelcast.console This package contains classes related to ConsoleApp
 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.executor.impl This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds of additional methods related to distributed systems. 
com.hazelcast.hibernate Contains interfaces/classes related to Hibernate. 
com.hazelcast.hibernate.distributed Provides distributed class for Hibernate. 
com.hazelcast.hibernate.instance Provides instance interfaces/classes for Hibernate. 
com.hazelcast.hibernate.local Provides local classes for Hibernate. 
com.hazelcast.hibernate.region Provides region interfaces/classes for Hibernate. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.nio.serialization Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.spring.cache Contains Hazelcast cache classes related to Spring. 
com.hazelcast.web Provides Hazelcast-based session replication. 
 

Uses of HazelcastInstance in com.hazelcast.cache.impl
 

Fields in com.hazelcast.cache.impl declared as HazelcastInstance
protected  HazelcastInstance AbstractHazelcastCacheManager.hazelcastInstance
           
protected  HazelcastInstance AbstractHazelcastCachingProvider.hazelcastInstance
           
 

Methods in com.hazelcast.cache.impl with parameters of type HazelcastInstance
static HazelcastServerCachingProvider HazelcastServerCachingProvider.createCachingProvider(HazelcastInstance hazelcastInstance)
          Helper method for creating caching provider for testing, etc.
 

Constructors in com.hazelcast.cache.impl with parameters of type HazelcastInstance
AbstractHazelcastCacheManager(javax.cache.spi.CachingProvider cachingProvider, HazelcastInstance hazelcastInstance, URI uri, ClassLoader classLoader, Properties properties)
           
HazelcastServerCacheManager(HazelcastServerCachingProvider cachingProvider, HazelcastInstance hazelcastInstance, URI uri, ClassLoader classLoader, Properties properties)
           
 

Uses of HazelcastInstance in com.hazelcast.client
 

Methods in com.hazelcast.client that return HazelcastInstance
static HazelcastInstance HazelcastClient.getHazelcastClientByName(String instanceName)
          Returns an existing HazelcastClient with instanceName.
static HazelcastInstance HazelcastClient.newHazelcastClient()
           
static HazelcastInstance HazelcastClient.newHazelcastClient(ClientConfig config)
           
 

Methods in com.hazelcast.client that return types with arguments of type HazelcastInstance
static Collection<HazelcastInstance> HazelcastClient.getAllHazelcastClients()
          Gets an immutable collection of all client HazelcastInstances created in this JVM.
 

Methods in com.hazelcast.client with parameters of type HazelcastInstance
 void 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.client.cache.impl
 

Methods in com.hazelcast.client.cache.impl with parameters of type HazelcastInstance
static HazelcastClientCachingProvider HazelcastClientCachingProvider.createCachingProvider(HazelcastInstance hazelcastInstance)
          Helper method for creating caching provider for testing etc
 

Constructors in com.hazelcast.client.cache.impl with parameters of type HazelcastInstance
HazelcastClientCacheManager(HazelcastClientCachingProvider cachingProvider, HazelcastInstance hazelcastInstance, URI uri, ClassLoader classLoader, Properties properties)
           
 

Uses of HazelcastInstance in com.hazelcast.client.console
 

Methods in com.hazelcast.client.console with parameters of type HazelcastInstance
 void ClientConsoleApp.setHazelcast(HazelcastInstance hazelcast)
           
 

Constructors in com.hazelcast.client.console with parameters of type HazelcastInstance
ClientConsoleApp(HazelcastInstance hazelcast)
           
 

Uses of HazelcastInstance in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement HazelcastInstance
 class HazelcastClientInstanceImpl
           
 class HazelcastClientProxy
          A client-side proxy HazelcastInstance instance.
 

Uses of HazelcastInstance in com.hazelcast.client.spi
 

Methods in com.hazelcast.client.spi that return HazelcastInstance
 HazelcastInstance ProxyManager.getHazelcastInstance()
           
 HazelcastInstance ClientContext.getHazelcastInstance()
           
 

Uses of HazelcastInstance in com.hazelcast.console
 

Methods in com.hazelcast.console with parameters of type HazelcastInstance
 void ConsoleApp.setHazelcast(HazelcastInstance hazelcast)
           
 void Echo.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 void SimulateLoadTask.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 

Constructors in com.hazelcast.console with parameters of type HazelcastInstance
ConsoleApp(HazelcastInstance hazelcast)
           
 

Uses of HazelcastInstance in com.hazelcast.core
 

Methods in com.hazelcast.core that return HazelcastInstance
static HazelcastInstance Hazelcast.getHazelcastInstanceByName(String instanceName)
          Returns an existing HazelcastInstance with instanceName.
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).
 

Methods in com.hazelcast.core that return types with arguments of type HazelcastInstance
static Set<HazelcastInstance> Hazelcast.getAllHazelcastInstances()
          Returns all active/running HazelcastInstances on this JVM.
 

Methods in com.hazelcast.core with parameters of type HazelcastInstance
protected  void OutOfMemoryHandler.inactivate(HazelcastInstance hazelcastInstance)
          Inactivates HazelcastInstance; leaves threads, the connections are untouched.
 void MapLoaderLifecycleSupport.init(HazelcastInstance hazelcastInstance, Properties properties, String mapName)
          Initializes this MapLoader implementation.
abstract  void OutOfMemoryHandler.onOutOfMemory(OutOfMemoryError oome, HazelcastInstance[] hazelcastInstances)
          When an OutOfMemoryError is caught by Hazelcast threads, this method is called for ALL HazelcastInstances knows by current JVM (actually ClassLoader).
 void HazelcastInstanceAware.setHazelcastInstance(HazelcastInstance hazelcastInstance)
          Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
protected  void OutOfMemoryHandler.tryCloseConnections(HazelcastInstance hazelcastInstance)
          Tries to close the server socket and connections to other HazelcastInstances.
protected  void OutOfMemoryHandler.tryShutdown(HazelcastInstance hazelcastInstance)
          Tries to shutdown HazelcastInstance forcefully; including closing sockets and connections, stopping threads, etc.
protected  void OutOfMemoryHandler.tryStopThreads(HazelcastInstance hazelcastInstance)
          Tries to stop internal Hazelcast threads (such as service thread, IO threads, executor threads).
 

Uses of HazelcastInstance in com.hazelcast.executor.impl
 

Methods in com.hazelcast.executor.impl with parameters of type HazelcastInstance
 void RunnableAdapter.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.hibernate
 

Fields in com.hazelcast.hibernate declared as HazelcastInstance
protected  HazelcastInstance AbstractHazelcastCacheRegionFactory.instance
           
 

Methods in com.hazelcast.hibernate that return HazelcastInstance
 HazelcastInstance AbstractHazelcastCacheRegionFactory.getHazelcastInstance()
           
 

Methods in com.hazelcast.hibernate with parameters of type HazelcastInstance
static long HazelcastTimestamper.getMaxOperationTimeout(HazelcastInstance instance)
           
static int HazelcastTimestamper.getTimeout(HazelcastInstance instance, String regionName)
           
static long HazelcastTimestamper.nextTimestamp(HazelcastInstance instance)
           
 

Constructors in com.hazelcast.hibernate with parameters of type HazelcastInstance
AbstractHazelcastCacheRegionFactory(HazelcastInstance instance)
           
HazelcastCacheRegionFactory(HazelcastInstance instance)
           
HazelcastLocalCacheRegionFactory(HazelcastInstance instance)
           
 

Uses of HazelcastInstance in com.hazelcast.hibernate.distributed
 

Constructors in com.hazelcast.hibernate.distributed with parameters of type HazelcastInstance
IMapRegionCache(String name, HazelcastInstance hazelcastInstance, Properties props, CacheDataDescription metadata)
           
 

Uses of HazelcastInstance in com.hazelcast.hibernate.instance
 

Methods in com.hazelcast.hibernate.instance that return HazelcastInstance
static HazelcastInstance HazelcastInstanceFactory.createInstance(Properties props)
           
static HazelcastInstance HazelcastAccessor.getHazelcastInstance(org.hibernate.Session session)
          Tries to extract HazelcastInstance from Session.
static HazelcastInstance HazelcastAccessor.getHazelcastInstance(org.hibernate.SessionFactory sessionFactory)
          Tries to extract HazelcastInstance from SessionFactory.
static HazelcastInstance HazelcastAccessor.getHazelcastInstance(SessionFactoryImplementor sessionFactory)
          Tries to extract HazelcastInstance from SessionFactoryImplementor.
 HazelcastInstance IHazelcastInstanceLoader.loadInstance()
          Create a new HazelcastInstance or loads an already existing instances by it's name.
 

Uses of HazelcastInstance in com.hazelcast.hibernate.local
 

Constructors in com.hazelcast.hibernate.local with parameters of type HazelcastInstance
LocalRegionCache(String name, HazelcastInstance hazelcastInstance, CacheDataDescription metadata)
           
LocalRegionCache(String name, HazelcastInstance hazelcastInstance, CacheDataDescription metadata, boolean withTopic)
           
TimestampsRegionCache(String name, HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.hibernate.region
 

Methods in com.hazelcast.hibernate.region that return HazelcastInstance
 HazelcastInstance HazelcastRegion.getInstance()
           
 

Constructors in com.hazelcast.hibernate.region with parameters of type HazelcastInstance
AbstractTransactionalDataRegion(HazelcastInstance instance, String regionName, Properties props, CacheDataDescription metadata, Cache cache)
           
HazelcastCollectionRegion(HazelcastInstance instance, String regionName, Properties props, CacheDataDescription metadata, Cache cache)
           
HazelcastEntityRegion(HazelcastInstance instance, String regionName, Properties props, CacheDataDescription metadata, Cache cache)
           
HazelcastNaturalIdRegion(HazelcastInstance instance, String regionName, Properties props, org.hibernate.cache.spi.CacheDataDescription metadata)
           
HazelcastQueryResultsRegion(HazelcastInstance instance, String name, Properties props)
           
HazelcastTimestampsRegion(HazelcastInstance instance, String name, Properties props, Cache cache)
           
 

Uses of HazelcastInstance in com.hazelcast.instance
 

Classes in com.hazelcast.instance that implement HazelcastInstance
 class HazelcastInstanceImpl
           
 class HazelcastInstanceProxy
           
 

Methods in com.hazelcast.instance that return HazelcastInstance
static HazelcastInstance HazelcastInstanceFactory.getHazelcastInstance(String instanceName)
           
static HazelcastInstance HazelcastInstanceFactory.getOrCreateHazelcastInstance(Config config)
           
static HazelcastInstance HazelcastInstanceFactory.newHazelcastInstance(Config config)
           
static HazelcastInstance HazelcastInstanceFactory.newHazelcastInstance(Config config, String instanceName, NodeContext nodeContext)
           
 

Methods in com.hazelcast.instance that return types with arguments of type HazelcastInstance
static Set<HazelcastInstance> HazelcastInstanceFactory.getAllHazelcastInstances()
           
 

Methods in com.hazelcast.instance with parameters of type HazelcastInstance
static void OutOfMemoryErrorDispatcher.deregisterClient(HazelcastInstance instance)
           
static void OutOfMemoryErrorDispatcher.deregisterServer(HazelcastInstance instance)
           
static void OutOfMemoryHandlerHelper.inactivate(HazelcastInstance hazelcastInstance)
           
 void DefaultOutOfMemoryHandler.onOutOfMemory(OutOfMemoryError oome, HazelcastInstance[] hazelcastInstances)
           
static void OutOfMemoryErrorDispatcher.registerClient(HazelcastInstance instance)
           
static void OutOfMemoryErrorDispatcher.registerServer(HazelcastInstance instance)
           
 void MemberImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
static void OutOfMemoryHandlerHelper.tryCloseConnections(HazelcastInstance hazelcastInstance)
           
static void OutOfMemoryHandlerHelper.tryShutdown(HazelcastInstance hazelcastInstance)
           
static void OutOfMemoryHandlerHelper.tryStopThreads(HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.jca
 

Subinterfaces of HazelcastInstance in com.hazelcast.jca
 interface HazelcastConnection
          Hazelcast specific connection which allows access to this hazelcast instance to acquire the maps, lists etc.
 

Classes in com.hazelcast.jca that implement HazelcastInstance
 class HazelcastConnectionImpl
          Implementation class of HazelcastConnectionImpl
 

Methods in com.hazelcast.jca with parameters of type HazelcastInstance
static TransactionContext HazelcastTransactionImpl.createTransaction(int timeout, HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.jmx
 

Methods in com.hazelcast.jmx that return HazelcastInstance
 HazelcastInstance InstanceMBean.getHazelcastInstance()
           
 

Constructors in com.hazelcast.jmx with parameters of type HazelcastInstance
ClientEngineMBean(HazelcastInstance hazelcastInstance, ClientEngine clientEngine, ManagementService service)
           
ConnectionManagerMBean(HazelcastInstance hazelcastInstance, ConnectionManager connectionManager, ManagementService service)
           
EventServiceMBean(HazelcastInstance hazelcastInstance, EventService eventService, ManagementService service)
           
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance, ManagedExecutorService executorService, ManagementService service)
           
NodeMBean(HazelcastInstance hazelcastInstance, Node node, ManagementService service)
           
OperationServiceMBean(HazelcastInstance hazelcastInstance, OperationService operationService, ManagementService service)
           
ProxyServiceMBean(HazelcastInstance hazelcastInstance, ProxyService proxyService, ManagementService service)
           
 

Uses of HazelcastInstance in com.hazelcast.management
 

Constructors in com.hazelcast.management with parameters of type HazelcastInstance
ConsoleCommandHandler(HazelcastInstance instance)
           
 

Uses of HazelcastInstance in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl with parameters of type HazelcastInstance
 void MapStoreWrapper.init(HazelcastInstance hazelcastInstance, Properties properties, String mapName)
           
 

Uses of HazelcastInstance in com.hazelcast.nio.serialization
 

Fields in com.hazelcast.nio.serialization declared as HazelcastInstance
protected  HazelcastInstance DefaultSerializationServiceBuilder.hazelcastInstance
           
 

Methods in com.hazelcast.nio.serialization with parameters of type HazelcastInstance
 SerializationServiceBuilder SerializationServiceBuilder.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 SerializationServiceBuilder DefaultSerializationServiceBuilder.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return HazelcastInstance
 HazelcastInstance NodeEngine.getHazelcastInstance()
           
 

Uses of HazelcastInstance in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return HazelcastInstance
 HazelcastInstance NodeEngineImpl.getHazelcastInstance()
           
 

Uses of HazelcastInstance in com.hazelcast.spring.cache
 

Methods in com.hazelcast.spring.cache with parameters of type HazelcastInstance
 void HazelcastCacheManager.setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 

Constructors in com.hazelcast.spring.cache with parameters of type HazelcastInstance
HazelcastCacheManager(HazelcastInstance hazelcastInstance)
           
 

Uses of HazelcastInstance in com.hazelcast.web
 

Methods in com.hazelcast.web that return HazelcastInstance
protected  HazelcastInstance WebFilter.getInstance(Properties properties)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.