Package | Description |
---|---|
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.async | |
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.spi |
The Persistence SPI
|
org.infinispan.persistence.support |
Modifier and Type | Class and Description |
---|---|
class |
InitializationContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
AsyncCacheWriter.init(InitializationContext ctx) |
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 |
CacheWriter.init(InitializationContext ctx)
Used to initialize a cache loader.
|
void |
CacheLoader.init(InitializationContext ctx)
Used to initialize a cache loader.
|
Modifier and Type | Field and Description |
---|---|
protected InitializationContext |
DelegatingCacheLoader.ctx |
protected InitializationContext |
DelegatingCacheWriter.ctx |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingCacheLoader.init(InitializationContext ctx) |
void |
DelegatingCacheWriter.init(InitializationContext ctx) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.