| Interface | Description |
|---|---|
| RemoteFetchingCommand | Deprecated |
| Class | Description |
|---|---|
| AbstractCloseableIteratorCollection<O,K,V> |
Abstract collection that uses an underlying Cache instance to do various operations.
|
| AbstractDataCommand | |
| AbstractLocalCommand |
Abstract class
|
| DistributedExecuteCommand<V> |
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
|
| EntrySetCommand<K,V> |
Command implementation for
Map.entrySet() functionality. |
| GetAllCommand |
Retrieves multiple entries at once.
|
| GetCacheEntryCommand |
Used to fetch a full CacheEntry rather than just the value.
|
| GetKeyValueCommand |
Implements functionality defined by
Map.get(Object) and
Map.containsKey(Object) operations |
| KeySetCommand<K,V> |
Command implementation for
Map.keySet() functionality. |
| MapCombineCommand<KIn,VIn,KOut,VOut> | |
| ReduceCommand<KOut,VOut> |
ReduceCommand is a container to migrate
Reducer to a remote Infinispan node where it will
get executed and return the result to an invoking/master node. |
| SizeCommand |
Command to calculate the size of the cache
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.