Class WicaStreamPropertiesBuilder
java.lang.Object
ch.psi.wica.infrastructure.stream.WicaStreamPropertiesBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static WicaStreamPropertiesBuilder
create()
withDataAcquisitionMode
(WicaDataAcquisitionMode dataAcquisitionMode) withFieldsOfInterest
(String fieldsOfInterest) withFilterCycleLength
(int filterCycleLength) withFilterDeadband
(double filterDeadband) withFilterNumSamples
(int filterNumSamples) withFilterNumSamplesInAverage
(int filterNumSamplesInAverage) withFilterSamplingIntervalInMillis
(int filterSamplingInterval) withFilterType
(WicaFilterType filterType) withHeartbeatFluxInterval
(int heartbeatFluxIntervalInMillis) withMetadataFluxInterval
(int metadataFluxIntervalInMillis) withMonitoredValueFluxInterval
(int monitoredValueFluxIntervalInMillis) withNumericPrecision
(int numericPrecision) withPolledValueFluxInterval
(int polledValueFluxIntervalInMillis) withPollingIntervalInMillis
(int pollingInterval) withQuietMode
(Boolean quietMode) withStreamProperties
(WicaStreamProperties wicaStreamProperties)
-
Method Details
-
create
-
withDefaultProperties
-
withStreamProperties
-
withQuietMode
-
withHeartbeatFluxInterval
-
withMetadataFluxInterval
-
withMonitoredValueFluxInterval
public WicaStreamPropertiesBuilder withMonitoredValueFluxInterval(int monitoredValueFluxIntervalInMillis) -
withPolledValueFluxInterval
-
withDataAcquisitionMode
public WicaStreamPropertiesBuilder withDataAcquisitionMode(WicaDataAcquisitionMode dataAcquisitionMode) -
withPollingIntervalInMillis
-
withFieldsOfInterest
-
withNumericPrecision
-
withFilterType
-
withFilterNumSamples
-
withFilterNumSamplesInAverage
-
withFilterCycleLength
-
withFilterSamplingIntervalInMillis
-
withFilterDeadband
-
build
-