| Package | Description |
|---|---|
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.async | |
| org.infinispan.persistence.manager |
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores. |
| org.infinispan.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Set<K> |
PersistenceUtil.toKeySet(NonBlockingStore<K,V> nonBlockingStore,
IntSet segments,
Predicate<? super K> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncNonBlockingStore<K,V>
A delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the
delegate store in a non overlapping manner.
|
| Modifier and Type | Method and Description |
|---|---|
NonBlockingStore<K,V> |
AsyncNonBlockingStore.delegate() |
| Constructor and Description |
|---|
AsyncNonBlockingStore(NonBlockingStore<K,V> actual) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> List<NonBlockingStore<K,V>> |
PersistenceManagerImpl.getAllStores(Predicate<Set<NonBlockingStore.Characteristic>> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingNonBlockingStore<K,V> |
class |
NonBlockingStoreAdapter<K,V> |
| Modifier and Type | Method and Description |
|---|---|
abstract NonBlockingStore<K,V> |
DelegatingNonBlockingStore.delegate() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.