org.springframework.data.gemfire.wan
Class GatewayProxy.GatewayQueue

java.lang.Object
  extended by org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
Enclosing class:
GatewayProxy

public static class GatewayProxy.GatewayQueue
extends Object


Constructor Summary
GatewayProxy.GatewayQueue()
           
 
Method Summary
 Integer getAlertThreshold()
           
 Integer getBatchSize()
           
 Integer getBatchTimeInterval()
           
 String getDiskStoreRef()
           
 Boolean getEnableBatchConflation()
           
 Integer getMaximumQueueMemory()
           
 Boolean getPersistent()
           
 void setAlertThreshold(Integer alertThreshold)
           
 void setBatchSize(Integer batchSize)
           
 void setBatchTimeInterval(Integer batchTimeInterval)
           
 void setDiskStoreRef(String diskStoreRef)
           
 void setEnableBatchConflation(Boolean enableBatchConflation)
           
 void setMaximumQueueMemory(Integer maximumQueueMemory)
           
 void setPersistent(Boolean persistent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayProxy.GatewayQueue

public GatewayProxy.GatewayQueue()
Method Detail

getAlertThreshold

public Integer getAlertThreshold()

setAlertThreshold

public void setAlertThreshold(Integer alertThreshold)

getEnableBatchConflation

public Boolean getEnableBatchConflation()

setEnableBatchConflation

public void setEnableBatchConflation(Boolean enableBatchConflation)

getBatchTimeInterval

public Integer getBatchTimeInterval()

setBatchTimeInterval

public void setBatchTimeInterval(Integer batchTimeInterval)

getBatchSize

public Integer getBatchSize()

setBatchSize

public void setBatchSize(Integer batchSize)

getPersistent

public Boolean getPersistent()

setPersistent

public void setPersistent(Boolean persistent)

getDiskStoreRef

public String getDiskStoreRef()

setDiskStoreRef

public void setDiskStoreRef(String diskStoreRef)

getMaximumQueueMemory

public Integer getMaximumQueueMemory()

setMaximumQueueMemory

public void setMaximumQueueMemory(Integer maximumQueueMemory)