Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl | |
com.hazelcast.impl.base |
Modifier and Type | Class and Description |
---|---|
class |
AtomicNumberClientProxy |
class |
CountDownLatchClientProxy |
class |
IdGeneratorClientProxy |
class |
ListClientProxy<E> |
class |
LockClientProxy |
class |
MapClientProxy<K,V> |
class |
MultiMapClientProxy<K,V> |
class |
QueueClientProxy<E> |
class |
SemaphoreClientProxy |
class |
SetClientProxy<E> |
class |
TopicClientProxy<T> |
Modifier and Type | Method and Description |
---|---|
Collection<Instance> |
HazelcastClient.getInstances() |
Collection<Instance> |
ClusterClientProxy.getInstances() |
Modifier and Type | Interface and Description |
---|---|
interface |
AtomicNumber
AtomicNumber is a backed-up distributed implementation of
java.util.concurrent.atomic.AtomicLong . |
interface |
ICollection<E>
Concurrent, distributed, partitioned, observable collection.
|
interface |
ICountDownLatch
ICountDownLatch is a backed-up distributed implementation of
java.util.concurrent.CountDownLatch . |
interface |
IdGenerator
Cluster-wide unique id generator.
|
interface |
IList<E> |
interface |
ILock |
interface |
IMap<K,V>
Concurrent, distributed, observable and queryable map.
|
interface |
IQueue<E> |
interface |
ISemaphore
ISemaphore is a backed-up distributed implementation of
java.util.concurrent.Semaphore . |
interface |
ISet<E>
Concurrent, Distributed Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects.
|
interface |
ITopic<E> |
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values.
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceEvent.getInstance() |
Modifier and Type | Method and Description |
---|---|
Collection<Instance> |
HazelcastInstance.getInstances()
Returns all queue, map, set, list, topic, lock, multimap
instances created by Hazelcast.
|
static Collection<Instance> |
Hazelcast.getInstances()
Deprecated.
as of version 2.2
|
Constructor and Description |
---|
InstanceEvent(InstanceEvent.InstanceEventType instanceEventType,
Instance instance) |
Modifier and Type | Interface and Description |
---|---|
interface |
AtomicNumberProxy |
interface |
CountDownLatchProxy |
interface |
HazelcastInstanceAwareInstance |
interface |
IdGeneratorProxy |
interface |
ListProxy<E> |
interface |
LockProxy |
interface |
MProxy |
interface |
MultiMapProxy |
interface |
QProxy<E> |
interface |
SemaphoreProxy |
interface |
SetProxy<E> |
interface |
TopicProxy |
Modifier and Type | Class and Description |
---|---|
class |
AtomicNumberProxyImpl |
class |
CountDownLatchProxyImpl |
class |
IdGeneratorProxyImpl |
class |
ListProxyImpl |
class |
LockProxyImpl |
class |
MProxyImpl |
class |
MultiMapProxyImpl |
class |
QProxyImpl |
class |
SemaphoreProxyImpl |
class |
SetProxyImpl |
class |
TopicProxyImpl |
Modifier and Type | Method and Description |
---|---|
Collection<Instance> |
FactoryImpl.getInstances() |
Collection<Instance> |
FactoryImpl.HazelcastInstanceProxy.getInstances() |
Modifier and Type | Class and Description |
---|---|
class |
FactoryAwareNamedProxy |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.