Interface QuarantinedDataInfo


  • public interface QuarantinedDataInfo
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDataCount()
      The number of transactions cached.
      java.lang.String getDescription()
      A string that represents this particular data.
      java.lang.Long getId()
      An numerical id for all of the data represented by this QuarantinedDataInfo instance.
      java.lang.String getQuarantineReason()
      The most recent error to cause data to be quarantined.
    • Method Detail

      • getId

        java.lang.Long getId()
        An numerical id for all of the data represented by this QuarantinedDataInfo instance.
      • getDataCount

        int getDataCount()
        The number of transactions cached. Note that the actual number of data points may be different, as this represents "transactions".
      • getDescription

        java.lang.String getDescription()
        A string that represents this particular data. Should be clear as to how it's different from other data.
      • getQuarantineReason

        java.lang.String getQuarantineReason()
        The most recent error to cause data to be quarantined.