| Package | Description | 
|---|---|
| com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TransactionOptions.TransactionType | TransactionOptions.TransactionType. getByValue(int value) | 
| TransactionOptions.TransactionType | TransactionOptions. getTransactionType()Gets the  TransactionOptions.TransactionType. | 
| static TransactionOptions.TransactionType | TransactionOptions.TransactionType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TransactionOptions.TransactionType[] | TransactionOptions.TransactionType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionOptions | TransactionOptions. setTransactionType(TransactionOptions.TransactionType transactionType)Sets the  TransactionOptions.TransactionType. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionOptions.TransactionType | Transaction. getTransactionType() | 
| TransactionOptions.TransactionType | TransactionImpl. getTransactionType() | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionOptions.TransactionType | XATransaction. getTransactionType() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.