org.infinispan.config
Class Configuration.StateRetrievalType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.Configuration.StateRetrievalType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
Enclosing class:
Configuration

public static class Configuration.StateRetrievalType
extends AbstractNamedCacheConfigurationBean

Configures how state is retrieved when a new cache joins the cluster. This element is only used with invalidation and replication clustered modes.

See Also:
Configuration reference, Serialized Form

Field Summary
protected  Boolean alwaysProvideInMemoryState
           
protected  Boolean fetchInMemoryState
           
protected  Long initialRetryWaitTime
           
protected  Long logFlushTimeout
           
protected  Integer maxNonProgressingLogWrites
           
protected  Integer numRetries
           
protected  Integer retryWaitTimeIncreaseFactor
           
protected  Long timeout
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.StateRetrievalType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setAlwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)
           
 void setFetchInMemoryState(Boolean fetchInMemoryState)
           
 void setInitialRetryWaitTime(Long initialRetryWaitTime)
           
 void setLogFlushTimeout(Long logFlushTimeout)
           
 void setMaxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)
           
 void setNumRetries(Integer numRetries)
           
 void setRetryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)
           
 void setTimeout(Long timeout)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
clone, 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, toString, wait, wait, wait
 

Field Detail

fetchInMemoryState

@Dynamic
protected Boolean fetchInMemoryState

alwaysProvideInMemoryState

protected Boolean alwaysProvideInMemoryState

timeout

@Dynamic
protected Long timeout

initialRetryWaitTime

protected Long initialRetryWaitTime

retryWaitTimeIncreaseFactor

protected Integer retryWaitTimeIncreaseFactor

numRetries

protected Integer numRetries

logFlushTimeout

protected Long logFlushTimeout

maxNonProgressingLogWrites

protected Integer maxNonProgressingLogWrites
Constructor Detail

Configuration.StateRetrievalType

public Configuration.StateRetrievalType()
Method Detail

setFetchInMemoryState

public void setFetchInMemoryState(Boolean fetchInMemoryState)

setAlwaysProvideInMemoryState

public void setAlwaysProvideInMemoryState(Boolean alwaysProvideInMemoryState)

setInitialRetryWaitTime

public void setInitialRetryWaitTime(Long initialRetryWaitTime)

setRetryWaitTimeIncreaseFactor

public void setRetryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)

setNumRetries

public void setNumRetries(Integer numRetries)

setTimeout

public void setTimeout(Long timeout)

setLogFlushTimeout

public void setLogFlushTimeout(Long logFlushTimeout)

setMaxNonProgressingLogWrites

public void setMaxNonProgressingLogWrites(Integer maxNonProgressingLogWrites)

accept

public void accept(ConfigurationBeanVisitor v)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Google Analytics

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