|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.infinispan.context.impl.AbstractInvocationContext org.infinispan.context.impl.NonTxInvocationContext
public class NonTxInvocationContext
Context to be used for non transactional calls, both remote and local.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.infinispan.context.impl.AbstractInvocationContext |
---|
AbstractInvocationContext.ContextFlag |
Field Summary | |
---|---|
protected Set<Object> |
lockedKeys
|
protected Map<Object,CacheEntry> |
lookedUpEntries
|
Fields inherited from class org.infinispan.context.impl.AbstractInvocationContext |
---|
contextFlags, flags |
Constructor Summary | |
---|---|
NonTxInvocationContext()
|
|
NonTxInvocationContext(int numEntries,
boolean local)
|
Method Summary | |
---|---|
void |
addLockedKey(Object key)
Tracks the given key as locked by this invocation context. |
void |
clearLockedKeys()
|
void |
clearLookedUpEntries()
Clears the collection of entries looked up |
NonTxInvocationContext |
clone()
Clones the invocation context. |
Set<Object> |
getLockedKeys()
Returns the set of keys that are locked for writing. |
Object |
getLockOwner()
Returns the in behalf of which locks will be aquired. |
Map<Object,CacheEntry> |
getLookedUpEntries()
Retrieves a map of entries looked up within the current scope. |
boolean |
isInTxScope()
Returns true if this call is performed in the context of an transaction, false otherwise. |
boolean |
isOriginLocal()
Returns true if the call was originated locally, false if it is the result of a remote rpc. |
CacheEntry |
lookupEntry(Object k)
Retrieves an entry from the collection of looked up entries in the current scope. |
void |
putLookedUpEntries(Map<Object,CacheEntry> newLookedUpEntries)
|
void |
putLookedUpEntry(Object key,
CacheEntry e)
Puts an entry in the registry of looked up entries in the current scope. |
void |
removeLookedUpEntry(Object key)
|
void |
reset()
|
void |
setOriginLocal(boolean originLocal)
|
Methods inherited from class org.infinispan.context.impl.AbstractInvocationContext |
---|
getClassLoader, getFlags, getOrigin, hasFlag, hasLockedKey, isContextFlagSet, isFlagsUninitialized, isUseFutureReturnType, setClassLoader, setContextFlag, setContextFlag, setFlags, setFlags, setOrigin, setUseFutureReturnType, toString, unsetContextFlag |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final Map<Object,CacheEntry> lookedUpEntries
protected Set<Object> lockedKeys
Constructor Detail |
---|
public NonTxInvocationContext(int numEntries, boolean local)
public NonTxInvocationContext()
Method Detail |
---|
public CacheEntry lookupEntry(Object k)
EntryLookup
k
- key to look up
public void removeLookedUpEntry(Object key)
public void putLookedUpEntry(Object key, CacheEntry e)
EntryLookup
key
- key to storee
- entry to storepublic void putLookedUpEntries(Map<Object,CacheEntry> newLookedUpEntries)
public void clearLookedUpEntries()
EntryLookup
public Map<Object,CacheEntry> getLookedUpEntries()
EntryLookup
public boolean isOriginLocal()
InvocationContext
public void setOriginLocal(boolean originLocal)
public boolean isInTxScope()
InvocationContext
public Object getLockOwner()
InvocationContext
public void reset()
reset
in interface FlagContainer
reset
in class AbstractInvocationContext
public NonTxInvocationContext clone()
InvocationContext
clone
in interface InvocationContext
clone
in class AbstractInvocationContext
public void addLockedKey(Object key)
InvocationContext
public Set<Object> getLockedKeys()
InvocationContext
public void clearLockedKeys()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |