-
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
-
-
-
-
getPendingDataCount
int getPendingDataCount()
-
getMaxRecords
int getMaxRecords()
The maximum number of values that can be pending.
-
getDroppedDataCount
int getDroppedDataCount()
Count of data that could not be stored due to various reasons, and was lost.
-
canQuarantine
boolean canQuarantine()
Returns whether this store will quarantine data. If not, getQuarantinedDataCount won't be useful.
-
getQuarantinedDataCount
int getQuarantinedDataCount()