VMware GemFire Java API Reference
Class CacheConfig.GatewayHub.Gateway.GatewayQueue
- java.lang.Object
-
- org.apache.geode.cache.configuration.CacheConfig.GatewayHub.Gateway.GatewayQueue
-
- Enclosing class:
- CacheConfig.GatewayHub.Gateway
public static class CacheConfig.GatewayHub.Gateway.GatewayQueue extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alert-threshold" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="batch-time-interval" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enable-persistence" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="roll-oplogs" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="overflow-directory" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringalertThresholdprotected BooleanbatchConflationprotected StringbatchSizeprotected StringbatchTimeIntervalprotected StringdiskStoreNameprotected BooleanenablePersistenceprotected StringmaximumQueueMemoryprotected StringoverflowDirectoryprotected BooleanrollOplogs
-
Constructor Summary
Constructors Constructor Description GatewayQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlertThreshold()Gets the value of the alertThreshold property.StringgetBatchSize()Gets the value of the batchSize property.StringgetBatchTimeInterval()Gets the value of the batchTimeInterval property.StringgetDiskStoreName()Gets the value of the diskStoreName property.StringgetMaximumQueueMemory()Gets the value of the maximumQueueMemory property.StringgetOverflowDirectory()Gets the value of the overflowDirectory property.BooleanisBatchConflation()Gets the value of the batchConflation property.BooleanisEnablePersistence()Gets the value of the enablePersistence property.BooleanisRollOplogs()Gets the value of the rollOplogs property.voidsetAlertThreshold(String value)Sets the value of the alertThreshold property.voidsetBatchConflation(Boolean value)Sets the value of the batchConflation property.voidsetBatchSize(String value)Sets the value of the batchSize property.voidsetBatchTimeInterval(String value)Sets the value of the batchTimeInterval property.voidsetDiskStoreName(String value)Sets the value of the diskStoreName property.voidsetEnablePersistence(Boolean value)Sets the value of the enablePersistence property.voidsetMaximumQueueMemory(String value)Sets the value of the maximumQueueMemory property.voidsetOverflowDirectory(String value)Sets the value of the overflowDirectory property.voidsetRollOplogs(Boolean value)Sets the value of the rollOplogs property.
-
-
-
Field Detail
-
alertThreshold
protected String alertThreshold
-
batchConflation
protected Boolean batchConflation
-
batchSize
protected String batchSize
-
batchTimeInterval
protected String batchTimeInterval
-
enablePersistence
protected Boolean enablePersistence
-
diskStoreName
protected String diskStoreName
-
rollOplogs
protected Boolean rollOplogs
-
maximumQueueMemory
protected String maximumQueueMemory
-
overflowDirectory
protected String overflowDirectory
-
-
Method Detail
-
getAlertThreshold
public String getAlertThreshold()
Gets the value of the alertThreshold property. possible object isString- Returns:
- the alert threshold.
-
setAlertThreshold
public void setAlertThreshold(String value)
Sets the value of the alertThreshold property. allowed object isString- Parameters:
value- the alert threshold.
-
isBatchConflation
public Boolean isBatchConflation()
Gets the value of the batchConflation property. possible object isBoolean- Returns:
- true if batch conflation is enabled.
-
setBatchConflation
public void setBatchConflation(Boolean value)
Sets the value of the batchConflation property. allowed object isBoolean- Parameters:
value- enables of disables batch conflation.
-
getBatchSize
public String getBatchSize()
Gets the value of the batchSize property. possible object isString- Returns:
- the batch size.
-
setBatchSize
public void setBatchSize(String value)
Sets the value of the batchSize property. allowed object isString- Parameters:
value- the batch size.
-
getBatchTimeInterval
public String getBatchTimeInterval()
Gets the value of the batchTimeInterval property. possible object isString- Returns:
- the batch time interval.
-
setBatchTimeInterval
public void setBatchTimeInterval(String value)
Sets the value of the batchTimeInterval property. allowed object isString- Parameters:
value- the batch time interval.
-
isEnablePersistence
public Boolean isEnablePersistence()
Gets the value of the enablePersistence property. possible object isBoolean- Returns:
- true if persistence is enabled, false otherwise.
-
setEnablePersistence
public void setEnablePersistence(Boolean value)
Sets the value of the enablePersistence property. allowed object isBoolean- Parameters:
value- enables or disables persistence.
-
getDiskStoreName
public String getDiskStoreName()
Gets the value of the diskStoreName property. possible object isString- Returns:
- the disk store name.
-
setDiskStoreName
public void setDiskStoreName(String value)
Sets the value of the diskStoreName property. allowed object isString- Parameters:
value- the disk store name.
-
isRollOplogs
public Boolean isRollOplogs()
Gets the value of the rollOplogs property. possible object isBoolean- Returns:
- true if opslog rolling is enabled, false otherwise.
-
setRollOplogs
public void setRollOplogs(Boolean value)
Sets the value of the rollOplogs property. allowed object isBoolean- Parameters:
value- enables or disabled oplog rolling.
-
getMaximumQueueMemory
public String getMaximumQueueMemory()
Gets the value of the maximumQueueMemory property. possible object isString- Returns:
- the maximum queue memory.
-
setMaximumQueueMemory
public void setMaximumQueueMemory(String value)
Sets the value of the maximumQueueMemory property. allowed object isString- Parameters:
value- the maximum queue memory.
-
getOverflowDirectory
public String getOverflowDirectory()
Gets the value of the overflowDirectory property. possible object isString- Returns:
- the overflow directory.
-
-