| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheTxSynchronization> |
GridCache.txSynchronizations()
Gets registered transaction synchronizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCache.txSynchronize(GridCacheTxSynchronization syncs)
Registers transactions synchronizations for all transactions started by this cache.
|
void |
GridCache.txUnsynchronize(GridCacheTxSynchronization syncs)
Removes transaction synchronizations.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheTxSynchronization> |
GridCacheTxManager.synchronizations() |
Collection<GridCacheTxSynchronization> |
GridCacheAdapter.txSynchronizations()
Gets registered transaction synchronizations.
|
Collection<GridCacheTxSynchronization> |
GridCacheProxyImpl.txSynchronizations()
Gets registered transaction synchronizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTxManager.addSynchronizations(GridCacheTxSynchronization... sync) |
void |
GridCacheTxManager.removeSynchronizations(GridCacheTxSynchronization... sync) |
void |
GridCacheAdapter.txSynchronize(GridCacheTxSynchronization syncs)
Registers transactions synchronizations for all transactions started by this cache.
|
void |
GridCacheProxyImpl.txSynchronize(GridCacheTxSynchronization syncs)
Registers transactions synchronizations for all transactions started by this cache.
|
void |
GridCacheAdapter.txUnsynchronize(GridCacheTxSynchronization syncs)
Removes transaction synchronizations.
|
void |
GridCacheProxyImpl.txUnsynchronize(GridCacheTxSynchronization syncs)
Removes transaction synchronizations.
|
Copyright © 2014. All rights reserved.