|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Instance | |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | |
| Uses of Instance in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return types with arguments of type Instance | |
|---|---|
Collection<Instance> |
HazelcastClient.getInstances()
|
| Uses of Instance in com.hazelcast.core |
|---|
| Subinterfaces of Instance in com.hazelcast.core | |
|---|---|
interface |
AtomicNumber
Cluster-wide atomic number. |
interface |
ICollection<E>
Concurrent, distributed, partitioned, observable collection. |
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 |
ISet<E>
|
interface |
ITopic<E>
|
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values. |
interface |
Semaphore
|
| Methods in com.hazelcast.core that return Instance | |
|---|---|
Instance |
InstanceEvent.getInstance()
|
| Methods in com.hazelcast.core that return types with arguments of type Instance | |
|---|---|
static Collection<Instance> |
Hazelcast.getInstances()
Returns all queue, map, set, list, topic, lock, multimap instances created by Hazelcast. |
Collection<Instance> |
HazelcastInstance.getInstances()
Returns all queue, map, set, list, topic, lock, multimap instances created by Hazelcast. |
| Constructors in com.hazelcast.core with parameters of type Instance | |
|---|---|
InstanceEvent(InstanceEvent.InstanceEventType instanceEventType,
Instance instance)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||