| Class | Description |
|---|---|
| AbstractCloseableIteratorCollection<O,K,V> |
Abstract collection that uses an underlying Cache instance to do various operations.
|
| AbstractDataCommand | |
| AbstractLocalCommand |
Abstract class
|
| 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. |
| SizeCommand |
Command to calculate the size of the cache
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.