Package | Description |
---|---|
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.impl |
Basic interceptors
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyManyCommand<K,V,R> |
class |
TxReadOnlyManyCommand<K,V,R> |
Modifier and Type | Class and Description |
---|---|
class |
GetAllCommand
Retrieves multiple entries at once.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
PrefetchInterceptor.handleReadManyCommand(InvocationContext ctx,
AbstractTopologyAffectedCommand command,
Collection<?> keys) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.