Uses of Interface
com.hazelcast.core.HazelcastInstance

Packages that use HazelcastInstance
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.hibernate   
com.hazelcast.hibernate.instance   
com.hazelcast.jmx Contains Hazelcast MBean classes. 
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.spring.cache   
com.hazelcast.spring.mongodb   
com.hazelcast.web   
 

Uses of HazelcastInstance in com.hazelcast.client
 

Classes in com.hazelcast.client that implement HazelcastInstance
 class HazelcastClient
          Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster.
 class HazelcastClientProxy
           
 

Methods in com.hazelcast.client that return HazelcastInstance
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()
           
 

Methods in com.hazelcast.client with parameters of type HazelcastInstance
 void ClientOutOfMemoryHandler.onOutOfMemory(OutOfMemoryError oom, HazelcastInstance[] hazelcastInstances)
           
 

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)
          Just inactivates HazelcastInstance; leaves threads, connections untouched.
 void MapLoaderLifecycleSupport.init(HazelcastInstance hazelcastInstance, Properties properties, String mapName)
          Initializes this MapLoader implementation.
abstract  void OutOfMemoryHandler.onOutOfMemory(OutOfMemoryError oom, 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)
           
protected  void OutOfMemoryHandler.tryCloseConnections(HazelcastInstance hazelcastInstance)
          Tries to close 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.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.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()
           
 

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, com.hazelcast.nio.ConnectionManager connectionManager, ManagementService service)
           
EventServiceMBean(HazelcastInstance hazelcastInstance, EventService eventService, ManagementService service)
           
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance, com.hazelcast.util.executor.ManagedExecutorService executorService, ManagementService service)
           
NodeMBean(HazelcastInstance hazelcastInstance, com.hazelcast.instance.Node node, ManagementService service)
           
OperationServiceMBean(HazelcastInstance hazelcastInstance, OperationService operationService, ManagementService service)
           
ProxyServiceMBean(HazelcastInstance hazelcastInstance, ProxyService proxyService, ManagementService service)
           
 

Uses of HazelcastInstance in com.hazelcast.nio.serialization
 

Methods in com.hazelcast.nio.serialization with parameters of type HazelcastInstance
 SerializationServiceBuilder SerializationServiceBuilder.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.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.spring.mongodb
 

Methods in com.hazelcast.spring.mongodb with parameters of type HazelcastInstance
 void MongoMapStore.init(HazelcastInstance hazelcastInstance, Properties properties, String mapName)
           
 

Uses of HazelcastInstance in com.hazelcast.web
 

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



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