|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlagAffectedCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | |
org.infinispan.commands.read | |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
org.infinispan.container | Data containers which store cache entries. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | Base interceptors containing common, reusable behavior. |
org.infinispan.interceptors.distribution | |
org.infinispan.query.backend |
Uses of FlagAffectedCommand in org.infinispan.commands |
---|
Classes in org.infinispan.commands that implement FlagAffectedCommand | |
---|---|
class |
AbstractFlagAffectedCommand
Base class for those commands that can carry flags. |
Uses of FlagAffectedCommand in org.infinispan.commands.control |
---|
Classes in org.infinispan.commands.control that implement FlagAffectedCommand | |
---|---|
class |
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes. |
Uses of FlagAffectedCommand in org.infinispan.commands.read |
---|
Classes in org.infinispan.commands.read that implement FlagAffectedCommand | |
---|---|
class |
AbstractDataCommand
|
class |
GetCacheEntryCommand
An internal cache get command that returns CacheEntry
instead of just the value. |
class |
GetKeyValueCommand
Implements functionality defined by Map.get(Object) and
Map.containsKey(Object) operations |
Uses of FlagAffectedCommand in org.infinispan.commands.remote |
---|
Classes in org.infinispan.commands.remote that implement FlagAffectedCommand | |
---|---|
class |
ClusteredGetCommand
Issues a remote get call. |
Uses of FlagAffectedCommand in org.infinispan.commands.write |
---|
Subinterfaces of FlagAffectedCommand in org.infinispan.commands.write | |
---|---|
interface |
DataWriteCommand
Mixes features from DataCommand and WriteCommand |
interface |
WriteCommand
A command that modifies the cache in some way |
Classes in org.infinispan.commands.write that implement FlagAffectedCommand | |
---|---|
class |
AbstractDataWriteCommand
Stuff common to WriteCommands |
class |
ApplyDeltaCommand
|
class |
ClearCommand
|
class |
EvictCommand
|
class |
InvalidateCommand
Removes an entry from memory. |
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode) |
class |
PutKeyValueCommand
Implements functionality defined by BasicCache.put(Object, Object) |
class |
PutMapCommand
|
class |
RemoveCommand
|
class |
ReplaceCommand
|
class |
VersionedPutKeyValueCommand
A form of PutKeyValueCommand that also applies a version to the entry created. |
Uses of FlagAffectedCommand in org.infinispan.container |
---|
Methods in org.infinispan.container with parameters of type FlagAffectedCommand | |
---|---|
MVCCEntry |
EntryFactoryImpl.wrapEntryForPut(InvocationContext ctx,
Object key,
InternalCacheEntry icEntry,
boolean undeleteIfNeeded,
FlagAffectedCommand cmd)
|
MVCCEntry |
EntryFactory.wrapEntryForPut(InvocationContext ctx,
Object key,
InternalCacheEntry ice,
boolean undeleteIfNeeded,
FlagAffectedCommand cmd)
Used for wrapping a cache entry for addition to cache. |
Uses of FlagAffectedCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type FlagAffectedCommand | |
---|---|
protected boolean |
EntryWrappingInterceptor.isFromStateTransfer(FlagAffectedCommand command)
|
protected boolean |
ClusteringInterceptor.isNeedReliableReturnValues(FlagAffectedCommand command)
|
protected InternalCacheEntry |
ReplicationInterceptor.retrieveFromRemoteSource(Object key,
InvocationContext ctx,
boolean acquireRemoteLock,
FlagAffectedCommand command)
|
protected abstract InternalCacheEntry |
ClusteringInterceptor.retrieveFromRemoteSource(Object key,
InvocationContext ctx,
boolean acquireRemoteLock,
FlagAffectedCommand command)
Retrieves a cache entry from a remote source. |
protected boolean |
CacheStoreInterceptor.skip(InvocationContext ctx,
FlagAffectedCommand command)
if this is a shared cache loader and the call is of remote origin, pass up the chain |
protected boolean |
DistCacheStoreInterceptor.skip(InvocationContext ctx,
FlagAffectedCommand command)
Method that skips invocation if: - No store defined or, - The context contains Flag.SKIP_CACHE_STORE or, |
Uses of FlagAffectedCommand in org.infinispan.interceptors.base |
---|
Methods in org.infinispan.interceptors.base with parameters of type FlagAffectedCommand | |
---|---|
protected long |
CommandInterceptor.getLockAcquisitionTimeout(FlagAffectedCommand command,
boolean skipLocking)
|
protected boolean |
CommandInterceptor.hasSkipLocking(FlagAffectedCommand command)
|
protected boolean |
BaseRpcInterceptor.isLocalModeForced(FlagAffectedCommand command)
|
protected boolean |
BaseRpcInterceptor.isSynchronous(FlagAffectedCommand command)
|
Uses of FlagAffectedCommand in org.infinispan.interceptors.distribution |
---|
Methods in org.infinispan.interceptors.distribution with parameters of type FlagAffectedCommand | |
---|---|
protected InternalCacheEntry |
BaseDistributionInterceptor.retrieveFromRemoteSource(Object key,
InvocationContext ctx,
boolean acquireRemoteLock,
FlagAffectedCommand command)
|
Uses of FlagAffectedCommand in org.infinispan.query.backend |
---|
Methods in org.infinispan.query.backend with parameters of type FlagAffectedCommand | |
---|---|
protected boolean |
QueryInterceptor.shouldModifyIndexes(FlagAffectedCommand command,
InvocationContext ctx)
|
protected boolean |
LocalQueryInterceptor.shouldModifyIndexes(FlagAffectedCommand command,
InvocationContext ctx)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |