Interface DataStoreStatus

  • All Superinterfaces:
    java.io.Serializable

    public interface DataStoreStatus
    extends java.io.Serializable
    • Method Detail

      • 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()