primaryStoreInfo
Returns the value of the
primaryStoreInfo record component.- Returns:
- the value of the
primaryStoreInforecord 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(StorageKey storageKey,
PersistentFlavor<?> flavor,
DataStoreInformation primaryStoreInfo,
Optional<DataStoreInformation> secondaryStoreInfo,
Optional<DataSinkInformation> dataSinkInfo,
com.codahale.metrics.Meter forwardMetric) PipelineInformation(StorageKey storageKey,
PersistentFlavor<?> flavor,
DataStoreInformation primaryStoreInfo,
Optional<DataStoreInformation> secondaryStoreInfo,
Optional<DataSinkInformation> dataSinkInfo,
com.codahale.metrics.Meter forwardMetric,
boolean active) booleanactive()active record component.dataSinkInfo record component.final booleanflavor()flavor record component.com.codahale.metrics.MeterforwardMetric record component.final inthashCode()static PipelineInformation.BuilderprimaryStoreInfo record component.secondaryStoreInfo record component.storageKey record component.static com.inductiveautomation.ignition.common.gson.JsonObjecttoGson(PipelineInformation info) static StringtoJson(PipelineInformation info) final StringtoString()Retained for backwards compatibility with existing code that calls this API constructor.
Objects::equals(Object,Object); primitive components are compared with '=='.storageKey record component.storageKey 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 componentactive record component.active record component