| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.transaction | |
| org.openspaces.core | 
 Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. 
 | 
| org.openspaces.core.transaction | 
 A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management). 
 | 
| org.openspaces.esb.mule.transaction | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CountModifiers
Provides modifiers to customize the behavior of count operations. 
 | 
class  | 
ReadModifiers
Provides modifiers to customize the behavior of read operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends IsolationLevelModifiers> | 
IsolationLevelModifiers.setIsolationLevel(IsolationLevelModifiers isolationLevel)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends IsolationLevelModifiers> | 
IsolationLevelModifiers.setIsolationLevel(IsolationLevelModifiers isolationLevel)  | 
| Constructor and Description | 
|---|
IsolationLevelModifiers(IsolationLevelModifiers... modifiers)  | 
IsolationLevelModifiers(IsolationLevelModifiers m1,
                       IsolationLevelModifiers m2)  | 
IsolationLevelModifiers(IsolationLevelModifiers m1,
                       IsolationLevelModifiers m2,
                       IsolationLevelModifiers m3)  | 
| Modifier and Type | Method and Description | 
|---|---|
IsolationLevelModifiers | 
SpaceTransactionProvider.getCurrentTransactionIsolationLevel()
Returns the currently running transaction isolation level. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IsolationLevelModifiers | 
IsolationLevelHelpers.fromSpringIsolationLevel(Integer springIsolationLevel)
Converts a Spring Isolation Level to a GigaSpaces XAP IsolationLevelModifiers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
IsolationLevelHelpers.toSpringIsolationLevel(IsolationLevelModifiers modifiers)
Converts a GigaSpaces XAP IsolationLevelModifiers to a Spring Isolation Level 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IsolationLevelModifiers | 
DefaultTransactionProvider.getCurrentTransactionIsolationLevel()  | 
| Modifier and Type | Method and Description | 
|---|---|
IsolationLevelModifiers | 
MuleXATransactionProvider.getCurrentTransactionIsolationLevel()  | 
Copyright © GigaSpaces.