Methods in org.tranql.intertxcache that throw CacheException |
void |
BasicCache.transactionStart(javax.transaction.Transaction tx)
|
void |
BasicCache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
BasicCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
BasicCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
CacheRow |
BasicCache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
BasicCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
BasicCache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
BasicCache.release(GlobalIdentity id)
|
void |
TxCache.transactionStart(javax.transaction.Transaction tx)
|
void |
TxCache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
TxCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
TxCache.set(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
CacheRow |
TxCache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
TxCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
TxCache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
TxCache.release(GlobalIdentity id)
|
void |
TxCache.clean()
|
void |
Cache.transactionStart(javax.transaction.Transaction tx)
|
void |
Cache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
Cache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
Cache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
CacheRow |
Cache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
Cache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
Cache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
Cache.release(GlobalIdentity id)
|
void |
Cache.clean()
|
void |
MultiVersionCache.transactionStart(javax.transaction.Transaction tx)
|
void |
MultiVersionCache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
MultiVersionCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
MultiVersionCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
CacheRow |
MultiVersionCache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
MultiVersionCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
MultiVersionCache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
MultiVersionCache.release(GlobalIdentity id)
|
void |
MultiVersionCache.clean()
|
void |
FrontEndCache.put(CacheRow row)
|
void |
FrontEndCache.set(CacheRow row,
int[] indices)
|
CacheRow |
FrontEndCache.get(GlobalIdentity id)
|
boolean |
FrontEndCache.get(CacheRow target,
int[] indices)
|
void |
FrontEndCache.remove(GlobalIdentity id)
|
boolean |
FrontEndCacheDelegate.get(CacheRow target,
int[] indices)
|
CacheRow |
FrontEndCacheDelegate.get(GlobalIdentity id)
|
void |
FrontEndCacheDelegate.put(CacheRow row)
|
void |
FrontEndCacheDelegate.remove(GlobalIdentity id)
|
void |
FrontEndCacheDelegate.set(CacheRow row,
int[] indices)
|
void |
NoOpCache.transactionStart(javax.transaction.Transaction tx)
|
void |
NoOpCache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
NoOpCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
NoOpCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
CacheRow |
NoOpCache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
NoOpCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
NoOpCache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
NoOpCache.release(GlobalIdentity id)
|
void |
LRUCache.transactionStart(javax.transaction.Transaction tx)
|
void |
LRUCache.transactionEnd(javax.transaction.Transaction tx,
int status,
java.util.Collection rows)
|
void |
LRUCache.put(javax.transaction.Transaction tx,
CacheRow row)
|
void |
LRUCache.set(javax.transaction.Transaction tx,
CacheRow row,
int[] indices)
|
CacheRow |
LRUCache.get(javax.transaction.Transaction tx,
GlobalIdentity id)
|
boolean |
LRUCache.get(javax.transaction.Transaction tx,
CacheRow target,
int[] indices)
|
void |
LRUCache.remove(javax.transaction.Transaction tx,
GlobalIdentity id)
|
void |
LRUCache.release(GlobalIdentity id)
|
void |
LRUCache.clean()
|
void |
FrontEndToCacheAdaptor.put(CacheRow row)
|
void |
FrontEndToCacheAdaptor.set(CacheRow row,
int[] indices)
|
CacheRow |
FrontEndToCacheAdaptor.get(GlobalIdentity id)
|
boolean |
FrontEndToCacheAdaptor.get(CacheRow target,
int[] indices)
|
void |
FrontEndToCacheAdaptor.remove(GlobalIdentity id)
|