Package | Description |
---|---|
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
org.infinispan.persistence.rest |
RESTful
AdvancedLoadWriteStore |
org.infinispan.persistence.spi |
The Persistence SPI
|
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore<K,V>
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Class and Description |
---|---|
class |
JpaStore |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RestStore
RestStore.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheExpirationWriter<K,V>
Defines functionality for advanced expiration techniques.
|
interface |
AdvancedCacheWriter<K,V>
Defines advanced functionality for persisting data to an external storage.
|
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
interface |
ExternalStore<K,V>
Basic interface for interacting with an external store in a read-write mode.
|
interface |
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
interface |
TransactionalCacheWriter<K,V>
Defines the functionality of a transactional store.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.