Class WicaStreamPropertiesDefaults

java.lang.Object
ch.psi.wica.model.stream.WicaStreamPropertiesDefaults

@Immutable public class WicaStreamPropertiesDefaults extends Object
Represents the property values that will be used if not explicitly specified in the configuration information provided when the stream is created.
  • Field Details

    • DEFAULT_QUIET_MODE

      public static final boolean DEFAULT_QUIET_MODE
      Default value for whether the stream sends SSE messages for polled and monitored values even when the payload is empty.
      See Also:
    • DEFAULT_HEARTBEAT_FLUX_INTERVAL_IN_MILLIS

      public static final int DEFAULT_HEARTBEAT_FLUX_INTERVAL_IN_MILLIS
      Default value for the heartbeat flux interval that will be assigned if the property is not explicitly set in the stream configuration.
      See Also:
    • DEFAULT_METADATA_FLUX_INTERVAL_IN_MILLIS

      public static final int DEFAULT_METADATA_FLUX_INTERVAL_IN_MILLIS
      Default value for the metadata flux interval that will be assigned if the property is not explicitly set in the stream configuration.
      See Also:
    • DEFAULT_MONITORED_VALUE_FLUX_INTERVAL_IN_MILLIS

      public static final int DEFAULT_MONITORED_VALUE_FLUX_INTERVAL_IN_MILLIS
      Default value for the changed value flux interval that will be assigned if the property is not explicitly set in the stream configuration.
      See Also:
    • DEFAULT_POLLED_VALUE_FLUX_INTERVAL_IN_MILLIS

      public static final int DEFAULT_POLLED_VALUE_FLUX_INTERVAL_IN_MILLIS
      Default value for the polled value flux interval that will be assigned if the property is not explicitly set in the stream configuration.
      See Also:
    • DEFAULT_DATA_ACQUISITION_MODE

      public static final WicaDataAcquisitionMode DEFAULT_DATA_ACQUISITION_MODE
      Default value for the data acquisition mode for channels in the stream if the property is not explicitly set in the stream property or channel property configuration.
    • DEFAULT_POLLING_INTERVAL_IN_MILLIS

      public static final int DEFAULT_POLLING_INTERVAL_IN_MILLIS
      Default value for the polling interval that will be used for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.
      See Also:
    • DEFAULT_NUMERIC_PRECISION

      public static final int DEFAULT_NUMERIC_PRECISION
      Default value for the numeric precision that will be used when serializing real numbers for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.
      See Also:
    • DEFAULT_FIELDS_OF_INTEREST

      public static final String DEFAULT_FIELDS_OF_INTEREST
      Default value for the fields of interest that will be serialized in the wica data stream for this channel.
      See Also:
    • DEFAULT_FILTER_TYPE

      public static final WicaFilterType DEFAULT_FILTER_TYPE
      Default value for the type of filter that will be used when mapping between the data samples acquired on a wica channel and the values serialized in the wica data stream.
    • DEFAULT_FILTER_NUM_SAMPLES

      public static final int DEFAULT_FILTER_NUM_SAMPLES
      Default value for the number of samples (used for channels whose filter type is FilterType.LAST_N).
      See Also:
    • DEFAULT_FILTER_NUM_SAMPLES_IN_AVERAGE

      public static final int DEFAULT_FILTER_NUM_SAMPLES_IN_AVERAGE
      Default value for the number of samples (used for channels whose filter type is FilterType.AVERAGER).
      See Also:
    • DEFAULT_FILTER_CYCLE_LENGTH

      public static final int DEFAULT_FILTER_CYCLE_LENGTH
      Default value for the cycle length (used for channels whose filter type is FilterType.ONE_IN_M).
      See Also:
    • DEFAULT_FILTER_SAMPLING_INTERVAL_IN_MILLIS

      public static final int DEFAULT_FILTER_SAMPLING_INTERVAL_IN_MILLIS
      Default value for the sampling interval (used for channels whose filter type is FilterType.RATE_LIMITER).
      See Also:
    • DEFAULT_FILTER_DEADBAND

      public static final double DEFAULT_FILTER_DEADBAND
      Default value for the deadband (used for channels whose filter type is FilterType.CHANGE_DETECTOR).
      See Also:
  • Constructor Details

    • WicaStreamPropertiesDefaults

      public WicaStreamPropertiesDefaults()