org.infinispan.loaders.remote
Class RemoteCacheStoreConfig
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.loaders.AbstractCacheLoaderConfig
org.infinispan.loaders.AbstractCacheStoreConfig
org.infinispan.loaders.remote.RemoteCacheStoreConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable, CacheLoaderConfig, CacheStoreConfig
public class RemoteCacheStoreConfig
- extends AbstractCacheStoreConfig
Configuration for RemoteCacheStore.
Parameters:
- HotRodClientPropertiesFile - the file that contains the configuration of Hot Rod client. See Hotrod Java Client for more details on the Hot Rod client.
- RemoteCacheName - the name of the remote cache in the remote infinispan cluster, to which to connect to
- UseDefaultRemoteCache - if set to true, the default remote cache will be used, as obtained by
CacheContainer.getCache()
.
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
Methods inherited from class org.infinispan.loaders.AbstractCacheStoreConfig |
accept, asyncStore, clone, equals, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCode, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStore, toString |
RemoteCacheStoreConfig
public RemoteCacheStoreConfig()
setRemoteCacheName
public void setRemoteCacheName(String remoteCacheName)
getRemoteCacheName
public String getRemoteCacheName()
setRawValues
public void setRawValues(boolean rawValues)
isRawValues
public boolean isRawValues()
isHotRodWrapping
public boolean isHotRodWrapping()
setHotRodWrapping
public void setHotRodWrapping(boolean hotRodWrapping)
setUseDefaultRemoteCache
public void setUseDefaultRemoteCache(boolean useDefaultRemoteCache)
isUseDefaultRemoteCache
public boolean isUseDefaultRemoteCache()
getHotRodClientProperties
public Properties getHotRodClientProperties()
setHotRodClientProperties
public void setHotRodClientProperties(Properties props)
getAsyncExecutorFactory
public ExecutorFactory getAsyncExecutorFactory()
setAsyncExecutorFactory
public void setAsyncExecutorFactory(ExecutorFactory asyncExecutorFactory)
getEntryWrapper
public EntryWrapper<?,?> getEntryWrapper()
setEntryWrapper
public void setEntryWrapper(EntryWrapper<?,?> entryWrapper)
setHotRodClientPropertiesFile
public void setHotRodClientPropertiesFile(String hotRodClientPropertiesFile)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.