| Package | Description |
|---|---|
| org.infinispan.compatibility.loaders | |
| org.infinispan.loaders | |
| org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
| org.infinispan.marshall |
| Modifier and Type | Method and Description |
|---|---|
void |
Custom52xCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
| Modifier and Type | Field and Description |
|---|---|
protected StreamingMarshaller |
AbstractCacheLoader.marshaller |
| Modifier and Type | Method and Description |
|---|---|
protected StreamingMarshaller |
AbstractCacheStore.getMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
CacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m)
Used to initialize a cache loader.
|
void |
AbstractCacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
LockSupportCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
ChainingCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
AbstractDelegatingStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingMarshallerAdapter
Deprecated.
|
| Constructor and Description |
|---|
LegacyStreamingMarshallerAdapter(StreamingMarshaller delegate)
Deprecated.
|
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.