| Package | Description | 
|---|---|
| com.hazelcast.spring.transaction | 
 Contains Hazelcast transaction classes for Spring Transaction API. 
 | 
| com.hazelcast.transaction | 
 Provides interfaces/classes for Hazelcast transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends TransactionalObject> | 
ManagedTransactionalTaskContext.getTransactionalObject(String serviceName,
                      String name)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TransactionalList<E>
Transactional implementation of  
IList. | 
interface  | 
TransactionalMap<K,V>
Transactional implementation of  
BaseMap. | 
interface  | 
TransactionalMultiMap<K,V>
Transactional implementation of  
BaseMultiMap. | 
interface  | 
TransactionalQueue<E>
Transactional implementation of  
BaseQueue. | 
interface  | 
TransactionalSet<E>
Transactional implementation of  
ISet. | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends TransactionalObject> | 
TransactionalTaskContext.getTransactionalObject(String serviceName,
                      String name)
Returns the transactional object instance with the specified name and service name. 
 | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.