public interface HistoricalData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getDataCount()
This is a fairly ambiguous number, but basically indicates how many rows will ultimately be inserted in the
database.
|
HistoryFlavor |
getFlavor()
The very broad "flavor" designator, used to get the data to the correct sink.
|
java.lang.String |
getLoggerName()
Returns the name of the logger that should be notified when something happens to this data.
|
java.lang.String |
getSignature()
The signature is a static string that describes this data as uniquely as possible.
|
HistoryFlavor getFlavor()
java.lang.String getSignature()
GroupableData
interface).int getDataCount()
java.lang.String getLoggerName()