Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.loaders.decorators.AbstractDelegatingStore

Packages that use AbstractDelegatingStore
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
 

Uses of AbstractDelegatingStore in org.infinispan.loaders.decorators
 

Subclasses of AbstractDelegatingStore in org.infinispan.loaders.decorators
 class AsyncStore
          The AsyncStore is a delegating CacheStore that buffers changes and writes them asynchronously to the underlying CacheStore.
 class ReadOnlyStore
          A decorator that makes the underlying store a CacheLoader, i.e., suppressing all write methods.
 class SingletonStore
          SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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