Package | Description |
---|---|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
org.infinispan.persistence.jdbc.stringbased |
JDBC CacheStore implementation which maps keys to strings.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore . |
org.infinispan.persistence.remote |
Hot Rod-based
AdvancedLoadWriteStore . |
org.infinispan.persistence.sifs |
Soft Index
AdvancedLoadWriteStore . |
org.infinispan.persistence.spi |
The Persistence SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
PassivationManager.passivateAll() |
Modifier and Type | Method and Description |
---|---|
MarshalledEntry |
ClusterLoader.load(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.prepareWithModifications(Transaction transaction,
BatchModification batchModification) |
Modifier and Type | Class and Description |
---|---|
class |
JpaStoreException |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.clear() |
boolean |
RemoteStore.contains(Object key) |
boolean |
RemoteStore.delete(Object key) |
MarshalledEntry<K,V> |
RemoteStore.load(Object key) |
void |
RemoteStore.start() |
void |
RemoteStore.stop() |
void |
RemoteStore.write(MarshalledEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
SoftIndexFileStore.clear() |
Modifier and Type | Class and Description |
---|---|
class |
StoreUnavailableException
An exception thrown by the
PersistenceManager when one or more
stores are unavailable when a cache operation is attempted. |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalCacheWriter.prepareWithModifications(Transaction transaction,
BatchModification batchModification)
Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.