| Package | Description |
|---|---|
| org.infinispan.persistence.manager |
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores. |
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.persistence.support | |
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> List<NonBlockingStore<K,V>> |
PersistenceManagerImpl.getAllStores(Predicate<Set<NonBlockingStore.Characteristic>> predicate) |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingStore.Characteristic |
NonBlockingStore.Characteristic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonBlockingStore.Characteristic[] |
NonBlockingStore.Characteristic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<NonBlockingStore.Characteristic> |
NonBlockingStore.characteristics()
Returns a set of characteristics for this store and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NonBlockingStore.Characteristic> |
DelegatingNonBlockingStore.characteristics() |
Set<NonBlockingStore.Characteristic> |
NonBlockingStoreAdapter.characteristics() |
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationException |
Log.storeConfiguredHasBothReadAndWriteOnly(String storeClassName,
NonBlockingStore.Characteristic configured,
NonBlockingStore.Characteristic implSpecifies) |
CacheConfigurationException |
Log_$logger.storeConfiguredHasBothReadAndWriteOnly(String storeClassName,
NonBlockingStore.Characteristic configured,
NonBlockingStore.Characteristic implSpecifies) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.