public static class CacheConfig.GatewayHub.Gateway.GatewayQueue
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alertThreshold |
protected java.lang.Boolean |
batchConflation |
protected java.lang.String |
batchSize |
protected java.lang.String |
batchTimeInterval |
protected java.lang.String |
diskStoreName |
protected java.lang.Boolean |
enablePersistence |
protected java.lang.String |
maximumQueueMemory |
protected java.lang.String |
overflowDirectory |
protected java.lang.Boolean |
rollOplogs |
| Constructor and Description |
|---|
GatewayQueue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlertThreshold()
Gets the value of the alertThreshold property.
|
java.lang.String |
getBatchSize()
Gets the value of the batchSize property.
|
java.lang.String |
getBatchTimeInterval()
Gets the value of the batchTimeInterval property.
|
java.lang.String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
java.lang.String |
getMaximumQueueMemory()
Gets the value of the maximumQueueMemory property.
|
java.lang.String |
getOverflowDirectory()
Gets the value of the overflowDirectory property.
|
java.lang.Boolean |
isBatchConflation()
Gets the value of the batchConflation property.
|
java.lang.Boolean |
isEnablePersistence()
Gets the value of the enablePersistence property.
|
java.lang.Boolean |
isRollOplogs()
Gets the value of the rollOplogs property.
|
void |
setAlertThreshold(java.lang.String value)
Sets the value of the alertThreshold property.
|
void |
setBatchConflation(java.lang.Boolean value)
Sets the value of the batchConflation property.
|
void |
setBatchSize(java.lang.String value)
Sets the value of the batchSize property.
|
void |
setBatchTimeInterval(java.lang.String value)
Sets the value of the batchTimeInterval property.
|
void |
setDiskStoreName(java.lang.String value)
Sets the value of the diskStoreName property.
|
void |
setEnablePersistence(java.lang.Boolean value)
Sets the value of the enablePersistence property.
|
void |
setMaximumQueueMemory(java.lang.String value)
Sets the value of the maximumQueueMemory property.
|
void |
setOverflowDirectory(java.lang.String value)
Sets the value of the overflowDirectory property.
|
void |
setRollOplogs(java.lang.Boolean value)
Sets the value of the rollOplogs property.
|
protected java.lang.String alertThreshold
protected java.lang.Boolean batchConflation
protected java.lang.String batchSize
protected java.lang.String batchTimeInterval
protected java.lang.Boolean enablePersistence
protected java.lang.String diskStoreName
protected java.lang.Boolean rollOplogs
protected java.lang.String maximumQueueMemory
protected java.lang.String overflowDirectory
public java.lang.String getAlertThreshold()
Stringpublic void setAlertThreshold(java.lang.String value)
Stringpublic java.lang.Boolean isBatchConflation()
Booleanpublic void setBatchConflation(java.lang.Boolean value)
Booleanpublic java.lang.String getBatchSize()
Stringpublic void setBatchSize(java.lang.String value)
Stringpublic java.lang.String getBatchTimeInterval()
Stringpublic void setBatchTimeInterval(java.lang.String value)
Stringpublic java.lang.Boolean isEnablePersistence()
Booleanpublic void setEnablePersistence(java.lang.Boolean value)
Booleanpublic java.lang.String getDiskStoreName()
Stringpublic void setDiskStoreName(java.lang.String value)
Stringpublic java.lang.Boolean isRollOplogs()
Booleanpublic void setRollOplogs(java.lang.Boolean value)
Booleanpublic java.lang.String getMaximumQueueMemory()
Stringpublic void setMaximumQueueMemory(java.lang.String value)
Stringpublic java.lang.String getOverflowDirectory()
Stringpublic void setOverflowDirectory(java.lang.String value)
String