Package com.inductiveautomation.historian.gateway.api.storage.realtime
package com.inductiveautomation.historian.gateway.api.storage.realtime
-
ClassDescriptionRepresents the context for a data collection operation for use with a
DataCollector
.First step of the step builder, requiring collection ID to be set.Final step of the step builder, allowing optional parameters to be set.Third step of the step builder, requiring value origin to be set.Second step of the step builder, requiring collection source to be set.Key constants for standard context propertiesEnum representing the collection mode of theDataCollector
.Represents a unique identifier for a data collector.Provides a contract for interacting with data nodes, managing their lifecycle, and facilitating operations like data collection, metadata updates, and source changes.This sits in between our real collection session and nodes, and the tag actor.Factory for creating and managingDataCollector
instances.Default implementation of theSnapshotProcessor
interface that forwards collected data directly to the storage engine.Represents the session for interacting with a data node.Enum representing the availability status of the node.A property-less implementation of CollectionContext that represents a "no context" state.This provides a bridge from the historian back to the system providing data.Runtime exception thrown when attempting to process a point against aDataNodeSession
with a source path that doesn't match what the node session represents.Standard implementation of the CollectionContext interface that contains all the information needed for a data collection operation.Enum representing the origin of values for the data collection.