org.infinispan.loaders
Interface CacheLoaderConfig
- All Superinterfaces:
- Cloneable, Serializable
- All Known Subinterfaces:
- CacheStoreConfig
- All Known Implementing Classes:
- AbstractCacheLoaderConfig, AbstractCacheStoreConfig, AbstractDecoratorConfigurationBean, AbstractJdbcCacheStoreConfig, AbstractNonDelegatingJdbcCacheStoreConfig, AsyncStoreConfig, BdbjeCacheStoreConfig, CassandraCacheStoreConfig, CloudCacheStoreConfig, ClusterCacheLoaderConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, JdbmCacheStoreConfig, LockSupportCacheStoreConfig, RemoteCacheStoreConfig, RemoteEventCacheStore.RemoteEventCacheStoreConfig, SingletonStoreConfig
public interface CacheLoaderConfig
- extends Cloneable, Serializable
Configures individual cache loaders
- Since:
- 4.0
- Author:
- Manik Surtani, Vladimir Blagojevic
accept
void accept(ConfigurationBeanVisitor visitor)
clone
CacheLoaderConfig clone()
getCacheLoaderClassName
String getCacheLoaderClassName()
setCacheLoaderClassName
void setCacheLoaderClassName(String s)
getClassLoader
ClassLoader getClassLoader()
- Get the classloader that should be used to load resources from the classpath
- Returns:
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.