org.infinispan.loaders
Interface CacheLoaderConfig

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
CacheStoreConfig
All Known Implementing Classes:
AbstractCacheLoaderConfig, AbstractCacheStoreConfig, AbstractJdbcCacheStoreConfig, AbstractNonDelegatingJdbcCacheStoreConfig, BdbjeCacheStoreConfig, CloudCacheStoreConfig, ClusterCacheLoaderConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig, LockSupportCacheStoreConfig, RemoteCacheStoreConfig

public interface CacheLoaderConfig
extends Cloneable, Serializable

Configures individual cache loaders

Note that class CacheLoaderConfig contains JAXB annotations. These annotations determine how XML configuration files are read into instances of configuration class hierarchy as well as they provide meta data for configuration file XML schema generation. Please modify these annotations and Java element types they annotate with utmost understanding and care.

Since:
4.0
Author:
Manik Surtani, Vladimir Blagojevic

Method Summary
 void accept(ConfigurationBeanVisitor visitor)
           
 CacheLoaderConfig clone()
           
 String getCacheLoaderClassName()
           
 void setCacheLoaderClassName(String s)
           
 

Method Detail

accept

void accept(ConfigurationBeanVisitor visitor)

clone

CacheLoaderConfig clone()

getCacheLoaderClassName

String getCacheLoaderClassName()

setCacheLoaderClassName

void setCacheLoaderClassName(String s)

Google Analytics

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