Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopologyAffectedCommand
Base class for commands that carry topology id.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyManyCommand<K,V,R> |
class |
TxReadOnlyManyCommand<K,V,R> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalCommand
Abstract class
|
class |
EntrySetCommand<K,V>
Command implementation for
Map.entrySet() functionality. |
class |
GetAllCommand
Retrieves multiple entries at once.
|
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 |
GetKeysInGroupCommand
VisitableCommand that fetches the keys belonging to a group. |
Modifier and Type | Class and Description |
---|---|
class |
ClearCommand |
class |
InvalidateCommand
Removes an entry from memory.
|
class |
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
class |
PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.