Interface QuarantinedDataInfo
public interface QuarantinedDataInfo
-
Method Summary
Modifier and TypeMethodDescriptionint
The number of transactions cached.A string that represents this particular data.getId()
An numerical id for all of the data represented by this QuarantinedDataInfo instance.The most recent error to cause data to be quarantined.
-
Method Details
-
getId
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
String getDescription()A string that represents this particular data. Should be clear as to how it's different from other data. -
getQuarantineReason
String getQuarantineReason()The most recent error to cause data to be quarantined.
-