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 |
CacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m)
Used to initialize a cache loader.
|
void |
AbstractCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
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 |
AbstractDelegatingStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
ChainingCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
AsyncStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
Modifier and Type | Class and Description |
---|---|
class |
StreamingMarshallerAdapter
Deprecated.
|
Constructor and Description |
---|
LegacyStreamingMarshallerAdapter(StreamingMarshaller delegate)
Deprecated.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.