Modifier and Type | Class and Description |
---|---|
protected class |
FixedDailyDataHistorian.DataPump |
protected class |
FixedDailyDataHistorian.TimeFieldGenerator |
QUALITY_NOT_FOUND
Constructor and Description |
---|
FixedDailyDataHistorian() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
browse(java.util.Optional<java.lang.String> filter)
Returns a list of paths with data stored, optionally matching a filter.
|
StorageSession |
createStorageSession()
Used to store values to the historian.
|
void |
delete(java.util.List<java.lang.String> paths)
Deletes the tags and all data for the specified paths.
|
Status |
getQueryStatus()
Returns the status of the storage system.
|
Status |
getStorageStatus()
Returns the status of the storage system.
|
long |
getTotalDataCount()
Returns an estimate of the total number of datapoints in the system.
|
void |
initialize(PropertySet properties) |
QueryResult |
query(java.util.List<java.lang.String> tags,
long startTime,
long endTime)
Queries the values for the given paths over the specified span of time.
|
void |
register(java.lang.String tag,
PropertySet properties)
Provides information about a path.
|
void |
shutdown() |
public void initialize(PropertySet properties) throws java.lang.Exception
initialize
in interface Historian
java.lang.Exception
public long getTotalDataCount()
Historian
getTotalDataCount
in interface Historian
public void register(java.lang.String tag, PropertySet properties)
Historian
public StorageSession createStorageSession()
Historian
createStorageSession
in interface Historian
public void delete(java.util.List<java.lang.String> paths)
Historian
public java.util.List<java.lang.String> browse(java.util.Optional<java.lang.String> filter)
Historian
public QueryResult query(java.util.List<java.lang.String> tags, long startTime, long endTime)
Historian
public Status getStorageStatus()
Historian
getStorageStatus
in interface Historian
public Status getQueryStatus()
Historian
getQueryStatus
in interface Historian