Uses of Interface
com.hazelcast.core.Instance

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
          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.
 

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)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.