org.infinispan.loaders.cassandra
Class CassandraCacheStoreConfig

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.PluggableConfigurationComponent
              extended by org.infinispan.loaders.AbstractCacheLoaderConfig
                  extended by org.infinispan.loaders.AbstractCacheStoreConfig
                      extended by org.infinispan.loaders.LockSupportCacheStoreConfig
                          extended by org.infinispan.loaders.cassandra.CassandraCacheStoreConfig
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable, CacheLoaderConfig, CacheStoreConfig

public class CassandraCacheStoreConfig
extends LockSupportCacheStoreConfig

Configures CassandraCacheStore.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infinispan.loaders.LockSupportCacheStoreConfig
DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT
 
Fields inherited from class org.infinispan.loaders.AbstractCacheStoreConfig
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
 
Fields inherited from class org.infinispan.loaders.AbstractCacheLoaderConfig
cacheLoaderClassName
 
Fields inherited from class org.infinispan.config.PluggableConfigurationComponent
properties
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
CassandraCacheStoreConfig()
           
 
Method Summary
 int getAbandonWhenPercentageFull()
           
 String getEntryColumnFamily()
           
 String getExpirationColumnFamily()
           
 boolean getFramed()
           
 String getHost()
           
 int getInitialSize()
           
 String getKeySpace()
           
 int getMaxActive()
           
 long getMaxAge()
           
 int getMaxIdle()
           
 int getMaxWait()
           
 int getMinEvictableIdleTimeMillis()
           
 int getMinIdle()
           
 String getName()
           
 int getNumTestsPerEvictionRun()
           
 String getPassword()
           
 net.dataforte.cassandra.pool.PoolProperties getPoolProperties()
           
 int getPort()
           
 int getRemoveAbandonedTimeout()
           
 int getSuspectTimeout()
           
 int getTimeBetweenEvictionRunsMillis()
           
 boolean getUseLock()
           
 String getUsername()
           
 long getValidationInterval()
           
 boolean isFairQueue()
           
 boolean isJmxEnabled()
           
 boolean isLogAbandoned()
           
 boolean isRemoveAbandoned()
           
 boolean isTestOnBorrow()
           
 boolean isTestOnConnect()
           
 boolean isTestOnReturn()
           
 boolean isTestWhileIdle()
           
 void setAbandonWhenPercentageFull(int percentage)
           
 void setEntryColumnFamily(String entryColumnFamily)
           
 void setExpirationColumnFamily(String expirationColumnFamily)
           
 void setFairQueue(boolean fairQueue)
           
 void setFramed(boolean framed)
           
 void setHost(String host)
           
 void setInitialSize(int initialSize)
           
 void setJmxEnabled(boolean jmxEnabled)
           
 void setKeySpace(String keySpace)
           
 void setLogAbandoned(boolean logAbandoned)
           
 void setMaxActive(int maxActive)
           
 void setMaxAge(long maxAge)
           
 void setMaxIdle(int maxIdle)
           
 void setMaxWait(int maxWait)
           
 void setMinEvictableIdleTimeMillis(int minEvictableIdleTimeMillis)
           
 void setMinIdle(int minIdle)
           
 void setName(String name)
           
 void setNumTestsPerEvictionRun(int numTestsPerEvictionRun)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setRemoveAbandoned(boolean removeAbandoned)
           
 void setRemoveAbandonedTimeout(int removeAbandonedTimeout)
           
 void setSuspectTimeout(int seconds)
           
 void setTestOnBorrow(boolean testOnBorrow)
           
 void setTestOnConnect(boolean testOnConnect)
           
 void setTestOnReturn(boolean testOnReturn)
           
 void setTestWhileIdle(boolean testWhileIdle)
           
 void setTimeBetweenEvictionRunsMillis(int timeBetweenEvictionRunsMillis)
           
 void setUsername(String username)
           
 void setValidationInterval(long validationInterval)
           
 
Methods inherited from class org.infinispan.loaders.LockSupportCacheStoreConfig
getLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevel, toString
 
Methods inherited from class org.infinispan.loaders.AbstractCacheStoreConfig
accept, clone, equals, equalsExcludingProperties, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, hashCode, hashCodeExcludingProperties, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig
 
Methods inherited from class org.infinispan.loaders.AbstractCacheLoaderConfig
getCacheLoaderClassName, setCacheLoaderClassName
 
Methods inherited from class org.infinispan.config.PluggableConfigurationComponent
getProperties, setProperties, setProperties
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.infinispan.loaders.CacheLoaderConfig
getCacheLoaderClassName, setCacheLoaderClassName
 

Constructor Detail

CassandraCacheStoreConfig

public CassandraCacheStoreConfig()
Method Detail

getKeySpace

public String getKeySpace()

setKeySpace

public void setKeySpace(String keySpace)

getEntryColumnFamily

public String getEntryColumnFamily()

setEntryColumnFamily

public void setEntryColumnFamily(String entryColumnFamily)

getExpirationColumnFamily

public String getExpirationColumnFamily()

setExpirationColumnFamily

public void setExpirationColumnFamily(String expirationColumnFamily)

getPoolProperties

public net.dataforte.cassandra.pool.PoolProperties getPoolProperties()

setHost

public void setHost(String host)

getHost

public String getHost()

setPort

public void setPort(int port)

getPort

public int getPort()

getAbandonWhenPercentageFull

public int getAbandonWhenPercentageFull()

getFramed

public boolean getFramed()

getInitialSize

public int getInitialSize()

getMaxActive

public int getMaxActive()

getMaxAge

public long getMaxAge()

getMaxIdle

public int getMaxIdle()

getMaxWait

public int getMaxWait()

getMinEvictableIdleTimeMillis

public int getMinEvictableIdleTimeMillis()

getMinIdle

public int getMinIdle()

getName

public String getName()

getNumTestsPerEvictionRun

public int getNumTestsPerEvictionRun()

getPassword

public String getPassword()

getRemoveAbandonedTimeout

public int getRemoveAbandonedTimeout()

getSuspectTimeout

public int getSuspectTimeout()

getTimeBetweenEvictionRunsMillis

public int getTimeBetweenEvictionRunsMillis()

getUseLock

public boolean getUseLock()

getUsername

public String getUsername()

getValidationInterval

public long getValidationInterval()

isFairQueue

public boolean isFairQueue()

isJmxEnabled

public boolean isJmxEnabled()

isLogAbandoned

public boolean isLogAbandoned()

isRemoveAbandoned

public boolean isRemoveAbandoned()

isTestOnBorrow

public boolean isTestOnBorrow()

isTestOnConnect

public boolean isTestOnConnect()

isTestOnReturn

public boolean isTestOnReturn()

isTestWhileIdle

public boolean isTestWhileIdle()

setAbandonWhenPercentageFull

public void setAbandonWhenPercentageFull(int percentage)

setFairQueue

public void setFairQueue(boolean fairQueue)

setFramed

public void setFramed(boolean framed)

setInitialSize

public void setInitialSize(int initialSize)

setJmxEnabled

public void setJmxEnabled(boolean jmxEnabled)

setLogAbandoned

public void setLogAbandoned(boolean logAbandoned)

setMaxActive

public void setMaxActive(int maxActive)

setMaxAge

public void setMaxAge(long maxAge)

setMaxIdle

public void setMaxIdle(int maxIdle)

setMaxWait

public void setMaxWait(int maxWait)

setMinEvictableIdleTimeMillis

public void setMinEvictableIdleTimeMillis(int minEvictableIdleTimeMillis)

setMinIdle

public void setMinIdle(int minIdle)

setName

public void setName(String name)

setNumTestsPerEvictionRun

public void setNumTestsPerEvictionRun(int numTestsPerEvictionRun)

setPassword

public void setPassword(String password)

setRemoveAbandoned

public void setRemoveAbandoned(boolean removeAbandoned)

setRemoveAbandonedTimeout

public void setRemoveAbandonedTimeout(int removeAbandonedTimeout)

setSuspectTimeout

public void setSuspectTimeout(int seconds)

setTestOnBorrow

public void setTestOnBorrow(boolean testOnBorrow)

setTestOnConnect

public void setTestOnConnect(boolean testOnConnect)

setTestOnReturn

public void setTestOnReturn(boolean testOnReturn)

setTestWhileIdle

public void setTestWhileIdle(boolean testWhileIdle)

setTimeBetweenEvictionRunsMillis

public void setTimeBetweenEvictionRunsMillis(int timeBetweenEvictionRunsMillis)

setUsername

public void setUsername(String username)

setValidationInterval

public void setValidationInterval(long validationInterval)

Google Analytics

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