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
Enclosing class:
Configuration

public static class Configuration.StateRetrievalType
extends AbstractNamedCacheConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  Boolean fetchInMemoryState
           
protected  Long initialRetryWaitTime
           
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 setFetchInMemoryState(Boolean fetchInMemoryState)
           
 void setInitialRetryWaitTime(Long initialRetryWaitTime)
           
 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fetchInMemoryState

@Dynamic
protected Boolean fetchInMemoryState

timeout

@Dynamic
protected Long timeout

initialRetryWaitTime

protected Long initialRetryWaitTime

retryWaitTimeIncreaseFactor

protected Integer retryWaitTimeIncreaseFactor

numRetries

protected Integer numRetries
Constructor Detail

Configuration.StateRetrievalType

public Configuration.StateRetrievalType()
Method Detail

setFetchInMemoryState

public void setFetchInMemoryState(Boolean fetchInMemoryState)

setInitialRetryWaitTime

public void setInitialRetryWaitTime(Long initialRetryWaitTime)

setRetryWaitTimeIncreaseFactor

public void setRetryWaitTimeIncreaseFactor(Integer retryWaitTimeIncreaseFactor)

setNumRetries

public void setNumRetries(Integer numRetries)

setTimeout

public void setTimeout(Long timeout)

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.