| Package | Description | 
|---|---|
| com.hazelcast.transaction | 
 Provides interfaces/classes for Hazelcast transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionOptions.TransactionType | 
TransactionOptions.TransactionType.getById(int id)  | 
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. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.