Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.hibernate | |
com.hazelcast.hibernate.instance | |
com.hazelcast.jca |
This package contains jca functionality
|
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 |
This package contains Hazelcast Session Replication functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClient
Hazelcast Client enables you to do all Hazelcast operations without
being a member of the cluster.
|
class |
HazelcastClientProxy |
Modifier and Type | Method and Description |
---|---|
static HazelcastInstance |
HazelcastClient.newHazelcastClient() |
static HazelcastInstance |
HazelcastClient.newHazelcastClient(ClientConfig config) |
Modifier and Type | Method and Description |
---|---|
static Collection<HazelcastInstance> |
HazelcastClient.getAllHazelcastClients() |
Modifier and Type | Method and Description |
---|---|
void |
ClientOutOfMemoryHandler.onOutOfMemory(OutOfMemoryError oom,
HazelcastInstance[] hazelcastInstances) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
ProxyManager.getHazelcastInstance() |
HazelcastInstance |
ClientContext.getHazelcastInstance() |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static Set<HazelcastInstance> |
Hazelcast.getAllHazelcastInstances()
Returns all active/running HazelcastInstances on this JVM.
|
Modifier and Type | Method and Description |
---|---|
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 HazelcastInstance s
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).
|
Modifier and Type | Field and Description |
---|---|
protected HazelcastInstance |
AbstractHazelcastCacheRegionFactory.instance |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
AbstractHazelcastCacheRegionFactory.getHazelcastInstance() |
Modifier and Type | Method and Description |
---|---|
static long |
HazelcastTimestamper.getMaxOperationTimeout(HazelcastInstance instance) |
static int |
HazelcastTimestamper.getTimeout(HazelcastInstance instance,
String regionName) |
static long |
HazelcastTimestamper.nextTimestamp(HazelcastInstance instance) |
Constructor and Description |
---|
AbstractHazelcastCacheRegionFactory(HazelcastInstance instance) |
HazelcastCacheRegionFactory(HazelcastInstance instance) |
HazelcastLocalCacheRegionFactory(HazelcastInstance instance) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
static TransactionContext |
HazelcastTransactionImpl.createTransaction(int timeout,
HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
InstanceMBean.getHazelcastInstance() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
NodeEngine.getHazelcastInstance() |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastCacheManager.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Constructor and Description |
---|
HazelcastCacheManager(HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
void |
MongoMapStore.init(HazelcastInstance hazelcastInstance,
Properties properties,
String mapName) |
Modifier and Type | Method and Description |
---|---|
protected HazelcastInstance |
WebFilter.getInstance(Properties properties) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.