- 
Method Summary
boolean
 
Returns whether this store will quarantine data. 
 int
 
Count of data that could not be stored due to various reasons, and was lost. 
   int
 
The maximum number of values that can be pending. 
 int
   int
       
 
 
 
- 
Method Details
- 
- 
- 
- 
getPendingDataCountint getPendingDataCount() 
- 
getMaxRecordsint getMaxRecords() The maximum number of values that can be pending. 
- 
getDroppedDataCountint getDroppedDataCount() Count of data that could not be stored due to various reasons, and was lost. 
- 
canQuarantineboolean canQuarantine() Returns whether this store will quarantine data. If not, getQuarantinedDataCount won't be useful. 
- 
getQuarantinedDataCountint getQuarantinedDataCount()