Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.control | |
org.infinispan.commands.functional | |
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.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.interceptors.locking |
Modifier and Type | Interface and Description |
---|---|
interface |
DataCommand
Commands of this type manipulate data in the cache.
|
interface |
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlagAffectedCommand
Base class for those commands that can carry flags.
|
class |
AbstractLocalFlagAffectedCommand
Base class for those local commands that can carry flags.
|
Modifier and Type | Class and Description |
---|---|
class |
LockControlCommand
LockControlCommand is a command that enables distributed locking across infinispan nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteKeyCommand<K,V> |
class |
AbstractWriteManyCommand<K,V> |
class |
ReadOnlyKeyCommand<K,V,R> |
class |
ReadOnlyManyCommand<K,V,R> |
class |
ReadWriteKeyCommand<K,V,R> |
class |
ReadWriteKeyValueCommand<K,V,R> |
class |
ReadWriteManyCommand<K,V,R> |
class |
ReadWriteManyEntriesCommand<K,V,R> |
class |
WriteOnlyKeyCommand<K,V> |
class |
WriteOnlyKeyValueCommand<K,V> |
class |
WriteOnlyManyCommand<K,V> |
class |
WriteOnlyManyEntriesCommand<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCommand |
class |
AbstractLocalCommand
Abstract class
|
class |
EntrySetCommand<K,V>
Command implementation for
Map.entrySet() functionality. |
class |
GetAllCommand
Retrieves multiple entries at once.
|
class |
GetCacheEntryCommand
Used to fetch a full CacheEntry rather than just the value.
|
class |
GetKeyValueCommand
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
class |
KeySetCommand<K,V>
Command implementation for
Map.keySet() functionality. |
class |
SizeCommand
Command to calculate the size of the cache
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredGetAllCommand<K,V>
Issues a remote getAll call.
|
class |
ClusteredGetCommand
Issues a remote get call.
|
class |
GetKeysInGroupCommand
VisitableCommand that fetches the keys belonging to a group. |
class |
LocalFlagAffectedRpcCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
interface |
WriteCommand
A command that modifies the cache in some way
|
Modifier and Type | Class and Description |
---|---|
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 |
RemoveExpiredCommand
Removes an entry that is expired from memory
|
class |
ReplaceCommand |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CacheLoaderInterceptor.hasSkipLoadFlag(LocalFlagAffectedCommand cmd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <K,V> Cache<K,V> |
CommandInterceptor.getCacheWithFlags(Cache<K,V> cache,
LocalFlagAffectedCommand command) |
protected long |
CommandInterceptor.getLockAcquisitionTimeout(LocalFlagAffectedCommand command,
boolean skipLocking) |
protected boolean |
CommandInterceptor.hasSkipLocking(LocalFlagAffectedCommand command) |
Modifier and Type | Field and Description |
---|---|
protected LocalFlagAffectedCommand |
DistributionBulkInterceptor.BackingEntrySet.command |
protected LocalFlagAffectedCommand |
DistributionBulkInterceptor.BackingKeySet.command |
Modifier and Type | Method and Description |
---|---|
protected boolean |
L1TxInterceptor.skipL1Lookup(LocalFlagAffectedCommand command,
Object key)
Deprecated.
|
protected boolean |
L1NonTxInterceptor.skipL1Lookup(LocalFlagAffectedCommand command,
Object key)
Deprecated.
|
Constructor and Description |
---|
BackingKeySet(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> entrySet,
LocalFlagAffectedCommand command) |
Modifier and Type | Method and Description |
---|---|
protected long |
AbstractLockingInterceptor.getLockTimeoutMillis(LocalFlagAffectedCommand command)
Deprecated.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.