Package | Description |
---|---|
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
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.rest |
RESTful
AdvancedLoadWriteStore . |
org.infinispan.persistence.rocksdb |
RocksDB-based
AdvancedLoadWriteStore . |
org.infinispan.persistence.sifs |
Soft Index
AdvancedLoadWriteStore . |
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
AdvancedLoadWriteStore . |
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<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RestStore
RestStore.
|
Modifier and Type | Class and Description |
---|---|
class |
RocksDBStore<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
SoftIndexFileStore
Local file-based cache store, optimized for write-through use with strong consistency guarantees
(ability to flush disk operations before returning from the store call).
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.