Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.hibernate | |
com.hazelcast.hibernate.distributed | |
com.hazelcast.hibernate.instance | |
com.hazelcast.hibernate.local | |
com.hazelcast.hibernate.provider | |
com.hazelcast.hibernate.region | |
com.hazelcast.impl | |
com.hazelcast.impl.base | |
com.hazelcast.impl.concurrentmap | |
com.hazelcast.impl.management | |
com.hazelcast.impl.partition | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
com.hazelcast.monitor | |
com.hazelcast.web |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClient
Hazelcast Client enables you to do all Hazelcast operations without
being a member of the cluster.
|
Modifier and Type | Field and Description |
---|---|
protected HazelcastInstance |
HazelcastInstanceAwareObject.hazelcastInstance |
Modifier and Type | Method and Description |
---|---|
static HazelcastInstance |
Hazelcast.getDefaultInstance()
Deprecated.
as of version 2.2
|
HazelcastInstance |
HazelcastInstanceAwareObject.getHazelcastInstance() |
static HazelcastInstance |
Hazelcast.getHazelcastInstanceByName(String instanceName)
Returns an existing HazelcastInstance with instanceName.
|
static HazelcastInstance |
Hazelcast.init(Config config)
Deprecated.
as of version 2.2
|
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).
|
static HazelcastInstance |
Hazelcast.newLiteMemberHazelcastInstance()
Creates a new HazelcastInstance Lite Member (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 |
DistributedTask.DistributedRunnableAdapterImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
HazelcastInstanceAwareObject.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
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 | Method and Description |
---|---|
void |
TestApp.setHazelcast(HazelcastInstance hazelcast) |
Constructor and Description |
---|
TestApp(HazelcastInstance hazelcast) |
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) |
Constructor and Description |
---|
IMapRegionCache(String name,
HazelcastInstance hazelcastInstance,
Properties props,
org.hibernate.cache.CacheDataDescription metadata) |
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(org.hibernate.engine.SessionFactoryImplementor sessionFactory)
Tries to extract
HazelcastInstance from SessionFactoryImplementor . |
HazelcastInstance |
IHazelcastInstanceLoader.loadInstance() |
Constructor and Description |
---|
LocalRegionCache(String name,
HazelcastInstance hazelcastInstance,
org.hibernate.cache.CacheDataDescription metadata) |
TimestampsRegionCache(String name,
HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
HazelcastCacheProvider.getHazelcastInstance() |
Constructor and Description |
---|
HazelcastCache(HazelcastInstance instance,
String regionName,
Properties props) |
HazelcastCacheProvider(HazelcastInstance instance) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
HazelcastRegion.getInstance() |
Constructor and Description |
---|
AbstractGeneralRegion(HazelcastInstance instance,
String name,
Properties props,
Cache cache) |
AbstractTransactionalDataRegion(HazelcastInstance instance,
String regionName,
Properties props,
org.hibernate.cache.CacheDataDescription metadata,
Cache cache) |
HazelcastCollectionRegion(HazelcastInstance instance,
String regionName,
Properties props,
org.hibernate.cache.CacheDataDescription metadata,
Cache cache) |
HazelcastEntityRegion(HazelcastInstance instance,
String regionName,
Properties props,
org.hibernate.cache.CacheDataDescription metadata,
Cache cache) |
HazelcastQueryResultsRegion(HazelcastInstance instance,
String name,
Properties props) |
HazelcastTimestampsRegion(HazelcastInstance instance,
String name,
Properties props,
Cache cache) |
Modifier and Type | Class and Description |
---|---|
class |
FactoryImpl |
static class |
FactoryImpl.HazelcastInstanceProxy |
Modifier and Type | Method and Description |
---|---|
static Set<HazelcastInstance> |
FactoryImpl.getAllHazelcastInstanceProxies() |
Modifier and Type | Method and Description |
---|---|
static CMap |
TestUtil.getCMap(HazelcastInstance h,
String name) |
static CMap |
TestUtil.getCMapForMultiMap(HazelcastInstance h,
String name) |
static ConcurrentMapManager |
TestUtil.getConcurrentMapManager(HazelcastInstance h) |
static Node |
TestUtil.getNode(HazelcastInstance h) |
Member |
ExecutionLoadBalancer.getTarget(HazelcastInstance hazelcastInstance) |
Member |
RoundRobinLoadBalancer.getTarget(HazelcastInstance hazelcastInstance) |
static void |
OutOfMemoryErrorDispatcher.Helper.inactivate(HazelcastInstance hazelcastInstance) |
static boolean |
TestUtil.migrateKey(Object key,
HazelcastInstance oldest,
HazelcastInstance to,
int replicaIndex) |
void |
CMap.CMapEntry.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
QProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
EvictLocalMapEntriesCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
DestroyEndpointThreadsCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
FactoryImpl.InitializeMap.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
BlockingQueueManager.GetValueKeysCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
TestUtil.OrderUpdateRunnable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
TestUtil.OrderUpdateCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
ClientHandlerService.PartitionImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
MProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
MemberImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
LockProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
ListProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
SetProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
TopicProxyImpl.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
static void |
OutOfMemoryErrorDispatcher.Helper.tryCloseConnections(HazelcastInstance hazelcastInstance) |
static void |
OutOfMemoryErrorDispatcher.Helper.tryShutdown(HazelcastInstance hazelcastInstance) |
static void |
OutOfMemoryErrorDispatcher.Helper.tryStopThreads(HazelcastInstance hazelcastInstance) |
Constructor and Description |
---|
TestUtil.MigrationCompletionLatch(Object key,
HazelcastInstance... h) |
Modifier and Type | Method and Description |
---|---|
void |
FactoryAwareNamedProxy.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
void |
MapQueryCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
GetAllCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
PutAllCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
MapSizeCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Constructor and Description |
---|
MapStoreWrapper(Object impl,
HazelcastInstance hazelcastInstance,
Properties properties,
String mapName,
boolean enabled) |
Modifier and Type | Field and Description |
---|---|
protected HazelcastInstance |
ClusterServiceCallable.hazelcastInstance |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeStateRequest.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
ClusterServiceCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
ScriptExecutorCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Constructor and Description |
---|
ConsoleCommandHandler(HazelcastInstance instance) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationTask.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
MigrationRequestTask.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
HazelcastInstance |
ManagementService.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
DistributedQueueStatsCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
DistributedMapStatsCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
DistributedMemberInfoCallable.setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Modifier and Type | Method and Description |
---|---|
protected HazelcastInstance |
WebFilter.getInstance(Properties properties) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.