public class MemoryCollectionsFactory extends Object implements CollectionsFactory
| Constructor and Description |
|---|
MemoryCollectionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.kaazing.gateway.util.AtomicCounter |
getAtomicCounter(String name) |
<E> com.hazelcast.core.IList<E> |
getList(String name) |
com.hazelcast.core.ILock |
getLock(String name) |
<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 <E> com.hazelcast.core.IList<E> getList(String name)
getList 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 <K,V> com.hazelcast.core.IMap<K,V> getMap(String name)
getMap in interface CollectionsFactorypublic com.hazelcast.core.ILock getLock(String name)
getLock in interface CollectionsFactorypublic org.kaazing.gateway.util.AtomicCounter getAtomicCounter(String name)
getAtomicCounter in interface CollectionsFactoryCopyright © 2014–2017. All rights reserved.