Class CacheConfig.GatewayHub.Gateway.GatewayQueue
java.lang.Object
org.apache.geode.cache.configuration.CacheConfig.GatewayHub.Gateway.GatewayQueue
- Enclosing class:
- CacheConfig.GatewayHub.Gateway
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alertThreshold property.Gets the value of the batchSize property.Gets the value of the batchTimeInterval property.Gets the value of the diskStoreName property.Gets the value of the maximumQueueMemory property.Gets the value of the overflowDirectory property.Gets the value of the batchConflation property.Gets the value of the enablePersistence property.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 Details
-
alertThreshold
-
batchConflation
-
batchSize
-
batchTimeInterval
-
enablePersistence
-
diskStoreName
-
rollOplogs
-
maximumQueueMemory
-
overflowDirectory
-
-
Constructor Details
-
GatewayQueue
public GatewayQueue()
-
-
Method Details
-
getAlertThreshold
Gets the value of the alertThreshold property. possible object isString- Returns:
- the alert threshold.
-
setAlertThreshold
Sets the value of the alertThreshold property. allowed object isString- Parameters:
value- the alert threshold.
-
isBatchConflation
Gets the value of the batchConflation property. possible object isBoolean- Returns:
- true if batch conflation is enabled.
-
setBatchConflation
Sets the value of the batchConflation property. allowed object isBoolean- Parameters:
value- enables of disables batch conflation.
-
getBatchSize
Gets the value of the batchSize property. possible object isString- Returns:
- the batch size.
-
setBatchSize
Sets the value of the batchSize property. allowed object isString- Parameters:
value- the batch size.
-
getBatchTimeInterval
Gets the value of the batchTimeInterval property. possible object isString- Returns:
- the batch time interval.
-
setBatchTimeInterval
Sets the value of the batchTimeInterval property. allowed object isString- Parameters:
value- the batch time interval.
-
isEnablePersistence
Gets the value of the enablePersistence property. possible object isBoolean- Returns:
- true if persistence is enabled, false otherwise.
-
setEnablePersistence
Sets the value of the enablePersistence property. allowed object isBoolean- Parameters:
value- enables or disables persistence.
-
getDiskStoreName
Gets the value of the diskStoreName property. possible object isString- Returns:
- the disk store name.
-
setDiskStoreName
Sets the value of the diskStoreName property. allowed object isString- Parameters:
value- the disk store name.
-
isRollOplogs
Gets the value of the rollOplogs property. possible object isBoolean- Returns:
- true if opslog rolling is enabled, false otherwise.
-
setRollOplogs
Sets the value of the rollOplogs property. allowed object isBoolean- Parameters:
value- enables or disabled oplog rolling.
-
getMaximumQueueMemory
Gets the value of the maximumQueueMemory property. possible object isString- Returns:
- the maximum queue memory.
-
setMaximumQueueMemory
Sets the value of the maximumQueueMemory property. allowed object isString- Parameters:
value- the maximum queue memory.
-
getOverflowDirectory
Gets the value of the overflowDirectory property. possible object isString- Returns:
- the overflow directory.
-
setOverflowDirectory
Sets the value of the overflowDirectory property. allowed object isString- Parameters:
value- the overflow directory.
-