Package org.infinispan.loaders.decorators

This package contains loaders and stores, which are used for overflow or persistence.

See:
          Description

Class Summary
AbstractDelegatingStore Simple delegate that delegates all calls.
AsyncStore The AsyncStore is a delegating CacheStore that extends AbstractDelegatingStore, overriding methods to that should not just delegate the operation to the underlying store.
AsyncStoreConfig Configuration for the async cache loader
ChainingCacheStore A chaining cache loader that allows us to configure > 1 cache loader.
ReadOnlyStore A decorator that makes the underlying store a CacheLoader, i.e., suppressing all write methods.
SingletonStore SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store.
SingletonStoreConfig Configuration for a singleton store
 

Exception Summary
SingletonStore.PushStateException Exception representing any issues that arise from pushing the in-memory state to the cache loader.
 

Package org.infinispan.loaders.decorators Description

This package contains loaders and stores, which are used for overflow or persistence. Need @XmlSchema annotation for AsyncStoreConfig.java and SingletonStoreConfig.java


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.