Package | Description |
---|---|
org.infinispan.persistence |
Persistence API.
|
org.infinispan.persistence.cluster |
A
CacheLoader (not CacheWriter ) that polls other nodes in the cluster for state. |
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 . |
org.infinispan.persistence.spi |
The Persistence SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
InitializationContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
ClusterLoader.init(InitializationContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected InitializationContext |
SingleFileStore.ctx |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileStore.init(InitializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.init(InitializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JpaStore.init(InitializationContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected InitializationContext |
RemoteStore.ctx |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.init(InitializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
RestStore.init(InitializationContext initializationContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RocksDBStore.init(InitializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
SoftIndexFileStore.init(InitializationContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
CacheWriter.init(InitializationContext ctx)
Used to initialize a cache loader.
|
void |
CacheLoader.init(InitializationContext ctx)
Used to initialize a cache loader.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.