Interface | Description |
---|---|
CacheOptimizedData |
Historical data that implements this class can be optimized when storing to the cache by storing structural "schema"
data separately from "valued data".
|
CacheOptimizedSchema |
A schema for cache optimized data.
|
DataSink |
A data sink accepts history.
|
DataSinkInformation | |
DatasourceData |
This interface represents historical data that knows how to store itself to a database connection.
|
DataStore |
A DataStore is an intermediate data sink - ie, the "store" part of
"store and forward".
|
DataStoreStatus | |
DataTransaction | |
ForwardTransaction |
Represents a set of historical data that shares the same schema, and thus can
likely be stored inside of a transaction in order to increase efficiency.
|
GroupableData |
GroupableData is data that can be merged together in order to be stored more efficiently down the chain.
|
HistoricalData |
Marker interface indicating this object is intended to be stored historically.
|
HistoricalDataList | |
HistoricalTagValue |
This interface defines a piece of history coming from a tag, and is used by the history storage system.
|
HistoryEvaluator |
Created by colby.clegg on 7/17/2015.
|
HistoryManager |
This is the system that handles the store and forward system, allowing historical data to be stored in a reliable
way.
|
HistoryStorer |
Defines a unit that can accept historical data.
|
QuarantinedDataInfo | |
QuarantineManager | |
QuarantineStore |
This interface is used in conjunction with HistoryStorer & DataStore to indicate a store that can accept data that
should be immediately quarantined.
|
ScanclassHistorySet | |
StoreAndForwardEngine | |
TransactionSet |
Class | Description |
---|---|
BasicHistoricalRecord |
The basic historical record represents a specific query with columns of data.
|
BasicHistoricalTagValue | Deprecated |
HistoricalColumn |
Base column type for historical column values.
|
HistoryFlavor |
The HistoryFlavor is used to distinguish different types of historical data.
|
LiteralHistoricalColumn |
This column type provides a literal string that will be worked into the raw db query.
|
PackedHistoricalQualifiedValue |
An implementation of historical tag value that stores the enums packed together as an integer.
|
PackedHistoricalTagValue |
An implementation of historical tag value that stores the enums packed together as an integer.
|
StoreAndForwardConfigRecord | |
TagRetirementList |
This class is used to communicate tag retirement to the data sinks.
|
ValueHistoricalColumn |