org.infinispan.config
Class Configuration.AsyncType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
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
useReplQueue
protected Boolean useReplQueue
replQueueMaxElements
protected Integer replQueueMaxElements
replQueueInterval
protected Long replQueueInterval
asyncMarshalling
protected Boolean asyncMarshalling
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)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.