Class HistorianModule
java.lang.Object
com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHook
com.inductiveautomation.historian.gateway.api.HistorianModule
- All Implemented Interfaces:
GatewayModuleHook
A module that extends the
AbstractGatewayModuleHook to provide additional functionality
specific to the management and operation of the Historian. This abstract class serves as a base
for concrete implementations that interact with the HistorianManager and provide data-related
services on the gateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HistorianModuleget(GatewayContext context) Retrieves the HistorianModule instance associated with the specified GatewayContext.abstract HistorianManagerRetrieves theHistorianManagerinstance associated with this module.Methods inherited from class com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHook
configureDeserializer, configureFunctionFactory, configureSerializer, getRpcImplementation, initializeScriptManager, notifyLicenseStateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.model.GatewayModuleHook
getExtensionPoints, getMountedResourceFolder, getMountPathAlias, getRecordMigrationStrategies, isFreeModule, isMakerEditionCompatible, mountRouteHandlers, onMountedResourceRequest, setup, shutdown, startup
-
Constructor Details
-
HistorianModule
public HistorianModule()
-
-
Method Details
-
get
Retrieves the HistorianModule instance associated with the specified GatewayContext.- Parameters:
context- the GatewayContext from which the HistorianModule is retrieved- Returns:
- the HistorianModule instance corresponding to the provided context
-
getHistorianManager
Retrieves theHistorianManagerinstance associated with this module. The HistorianManager provides methods to access and manage historian-related components, including storage and query engines for historians.- Returns:
- the
HistorianManagerinstance used for managing historian functionality
-