primaryStoreInfo
Returns the value of the
primaryStoreInfo
record component.- Returns:
- the value of the
primaryStoreInfo
record component
flavor
- The persistent flavor of the pipeline.primaryStoreInfo
- Information about the primary data store used by the pipeline.secondaryStoreInfo
- Optional information about the secondary data store used by the pipeline.dataSinkInfo
- information about the data sinks used by the pipeline.forwardMetric
- The metric used to measure the forward rate of data the stores to any registered sink.PipelineInformation(StorageId storageId,
PersistentFlavor<?> flavor,
DataStoreInformation primaryStoreInfo,
Optional<DataStoreInformation> secondaryStoreInfo,
Optional<DataSinkInformation> dataSinkInfo,
com.codahale.metrics.Meter forwardMetric)
PipelineInformation
record class.dataSinkInfo
record component.final boolean
flavor()
flavor
record component.com.codahale.metrics.Meter
forwardMetric
record component.final int
hashCode()
primaryStoreInfo
record component.secondaryStoreInfo
record component.storageId
record component.static com.inductiveautomation.ignition.common.gson.JsonObject
toGson(PipelineInformation info)
static String
toJson(PipelineInformation info)
final String
toString()
PipelineInformation
record class.storageId
- the value for the storageId
record componentflavor
- the value for the flavor
record componentprimaryStoreInfo
- the value for the primaryStoreInfo
record componentsecondaryStoreInfo
- the value for the secondaryStoreInfo
record componentdataSinkInfo
- the value for the dataSinkInfo
record componentforwardMetric
- the value for the forwardMetric
record componentObjects::equals(Object,Object)
.storageId
record component.storageId
record componentflavor
record component.flavor
record componentprimaryStoreInfo
record component.primaryStoreInfo
record componentsecondaryStoreInfo
record component.secondaryStoreInfo
record componentdataSinkInfo
record component.dataSinkInfo
record componentforwardMetric
record component.forwardMetric
record component