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>
Modifier and Type | Field and Description |
---|---|
protected String |
alertThreshold |
protected Boolean |
batchConflation |
protected String |
batchSize |
protected String |
batchTimeInterval |
protected String |
diskStoreName |
protected Boolean |
enablePersistence |
protected String |
maximumQueueMemory |
protected String |
overflowDirectory |
protected Boolean |
rollOplogs |
Constructor and Description |
---|
GatewayQueue() |
Modifier and Type | Method and Description |
---|---|
String |
getAlertThreshold()
Gets the value of the alertThreshold property.
|
String |
getBatchSize()
Gets the value of the batchSize property.
|
String |
getBatchTimeInterval()
Gets the value of the batchTimeInterval property.
|
String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
String |
getMaximumQueueMemory()
Gets the value of the maximumQueueMemory property.
|
String |
getOverflowDirectory()
Gets the value of the overflowDirectory property.
|
Boolean |
isBatchConflation()
Gets the value of the batchConflation property.
|
Boolean |
isEnablePersistence()
Gets the value of the enablePersistence property.
|
Boolean |
isRollOplogs()
Gets the value of the rollOplogs property.
|
void |
setAlertThreshold(String value)
Sets the value of the alertThreshold property.
|
void |
setBatchConflation(Boolean value)
Sets the value of the batchConflation property.
|
void |
setBatchSize(String value)
Sets the value of the batchSize property.
|
void |
setBatchTimeInterval(String value)
Sets the value of the batchTimeInterval property.
|
void |
setDiskStoreName(String value)
Sets the value of the diskStoreName property.
|
void |
setEnablePersistence(Boolean value)
Sets the value of the enablePersistence property.
|
void |
setMaximumQueueMemory(String value)
Sets the value of the maximumQueueMemory property.
|
void |
setOverflowDirectory(String value)
Sets the value of the overflowDirectory property.
|
void |
setRollOplogs(Boolean value)
Sets the value of the rollOplogs property.
|
protected String alertThreshold
protected Boolean batchConflation
protected String batchSize
protected String batchTimeInterval
protected Boolean enablePersistence
protected String diskStoreName
protected Boolean rollOplogs
protected String maximumQueueMemory
protected String overflowDirectory
public String getAlertThreshold()
String
public void setAlertThreshold(String value)
String
value
- the alert threshold.public Boolean isBatchConflation()
Boolean
public void setBatchConflation(Boolean value)
Boolean
value
- enables of disables batch conflation.public String getBatchSize()
String
public void setBatchSize(String value)
String
value
- the batch size.public String getBatchTimeInterval()
String
public void setBatchTimeInterval(String value)
String
value
- the batch time interval.public Boolean isEnablePersistence()
Boolean
public void setEnablePersistence(Boolean value)
Boolean
value
- enables or disables persistence.public String getDiskStoreName()
String
public void setDiskStoreName(String value)
String
value
- the disk store name.public Boolean isRollOplogs()
Boolean
public void setRollOplogs(Boolean value)
Boolean
value
- enables or disabled oplog rolling.public String getMaximumQueueMemory()
String
public void setMaximumQueueMemory(String value)
String
value
- the maximum queue memory.public String getOverflowDirectory()
String