public class ClusterCollectionsFactory extends Object implements CollectionsFactory
| Constructor and Description |
|---|
ClusterCollectionsFactory(com.hazelcast.core.HazelcastInstance cluster) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
String name) |
AtomicCounter |
getAtomicCounter(String name) |
<E> com.hazelcast.core.IList<E> |
getList(String name) |
com.hazelcast.core.ILock |
getLock(Object obj) |
<K,V> com.hazelcast.core.IMap<K,V> |
getMap(String name) |
<E> com.hazelcast.core.IQueue<E> |
getQueue(String name) |
<E> com.hazelcast.core.ITopic<E> |
getTopic(String name) |
public ClusterCollectionsFactory(com.hazelcast.core.HazelcastInstance cluster)
public <E> com.hazelcast.core.IList<E> getList(String name)
getList in interface CollectionsFactorypublic <K,V> com.hazelcast.core.IMap<K,V> getMap(String name)
getMap in interface CollectionsFactorypublic <E> com.hazelcast.core.IQueue<E> getQueue(String name)
getQueue in interface CollectionsFactorypublic <E> com.hazelcast.core.ITopic<E> getTopic(String name)
getTopic in interface CollectionsFactorypublic com.hazelcast.core.ILock getLock(Object obj)
getLock in interface CollectionsFactorypublic <K,V> void addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
String name)
addEntryListener in interface CollectionsFactorypublic AtomicCounter getAtomicCounter(String name)
getAtomicCounter in interface CollectionsFactoryCopyright © 2014–2016. All rights reserved.