org.infinispan.config
Class Configuration.AsyncType

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

public static class Configuration.AsyncType
extends AbstractNamedCacheConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  Boolean asyncMarshalling
           
protected  Long replQueueInterval
           
protected  Integer replQueueMaxElements
           
protected  Boolean useReplQueue
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setAsyncMarshalling(Boolean asyncMarshalling)
           
 void setReplQueueInterval(Long replQueueInterval)
           
 void setReplQueueMaxElements(Integer replQueueMaxElements)
           
 void setUseReplQueue(Boolean useReplQueue)
           
 
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

useReplQueue

protected Boolean useReplQueue

replQueueMaxElements

protected Integer replQueueMaxElements

replQueueInterval

protected Long replQueueInterval

asyncMarshalling

protected Boolean asyncMarshalling
Method Detail

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

setUseReplQueue

public void setUseReplQueue(Boolean useReplQueue)

setReplQueueMaxElements

public void setReplQueueMaxElements(Integer replQueueMaxElements)

setReplQueueInterval

public void setReplQueueInterval(Long replQueueInterval)

setAsyncMarshalling

public void setAsyncMarshalling(Boolean asyncMarshalling)

Google Analytics

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