public interface TransactionalTaskContext
TransactionalMap
.Modifier and Type | Method and Description |
---|---|
<E> TransactionalList<E> |
getList(String name)
Returns the transactional list instance with the specified name.
|
<K,V> TransactionalMap<K,V> |
getMap(String name)
Returns the transactional distributed map instance with the specified name.
|
<K,V> TransactionalMultiMap<K,V> |
getMultiMap(String name)
Returns the transactional multimap instance with the specified name.
|
<E> TransactionalQueue<E> |
getQueue(String name)
Returns the transactional queue instance with the specified name.
|
<E> TransactionalSet<E> |
getSet(String name)
Returns the transactional set instance with the specified name.
|
<T extends TransactionalObject> |
getTransactionalObject(String serviceName,
String name) |
<K,V> TransactionalMap<K,V> getMap(String name)
name
- name of the distributed map<E> TransactionalQueue<E> getQueue(String name)
name
- name of the queue<K,V> TransactionalMultiMap<K,V> getMultiMap(String name)
name
- name of the multimap<E> TransactionalList<E> getList(String name)
name
- name of the list<E> TransactionalSet<E> getSet(String name)
name
- name of the set<T extends TransactionalObject> T getTransactionalObject(String serviceName, String name)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.