|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheTransaction
Defines the state a infinispan transaction should have.
Method Summary | |
---|---|
void |
clearLookedUpEntries()
|
GlobalTransaction |
getGlobalTransaction()
Returns the transaction identifier. |
BidirectionalMap<Object,CacheEntry> |
getLookedUpEntries()
|
List<WriteCommand> |
getModifications()
Returns the modifications visible within the current transaction. |
CacheEntry |
lookupEntry(Object key)
|
void |
putLookedUpEntries(Map<Object,CacheEntry> lookedUpEntries)
|
void |
putLookedUpEntry(Object key,
CacheEntry e)
|
void |
removeLookedUpEntry(Object key)
|
Method Detail |
---|
GlobalTransaction getGlobalTransaction()
List<WriteCommand> getModifications()
CacheEntry lookupEntry(Object key)
BidirectionalMap<Object,CacheEntry> getLookedUpEntries()
void putLookedUpEntry(Object key, CacheEntry e)
void putLookedUpEntries(Map<Object,CacheEntry> lookedUpEntries)
void removeLookedUpEntry(Object key)
void clearLookedUpEntries()
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |