Uses of Package
org.infinispan.loaders.decorators

Packages that use org.infinispan.loaders.decorators
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.loaders.decorators used by org.infinispan.config
AsyncStoreConfig
          Configuration for the async cache loader.
SingletonStoreConfig
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 

Classes in org.infinispan.loaders.decorators used by org.infinispan.loaders
AsyncStoreConfig
          Configuration for the async cache loader.
SingletonStoreConfig
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 

Classes in org.infinispan.loaders.decorators used by org.infinispan.loaders.decorators
AbstractDecoratorConfigurationBean
          Class to aid decorators to be able to fluently modify parent properties.
AbstractDelegatingStore
          Simple delegate that delegates all calls.
AsyncStoreConfig
          Configuration for the async cache loader.
SingletonStore.PushStateException
          Exception representing any issues that arise from pushing the in-memory state to the cache loader.
SingletonStoreConfig
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 

Classes in org.infinispan.loaders.decorators used by org.infinispan.util.logging
SingletonStore.PushStateException
          Exception representing any issues that arise from pushing the in-memory state to the cache loader.
 


-->

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