Interface PackageDefinition

  • All Known Implementing Classes:
    PackageConfig

    public interface PackageDefinition
    Telemetry protocol package configuration.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFilterRule()
      The filter rule is used to match which sources should belong to this package.
      java.util.Map<java.lang.String,​java.lang.String> getParameterMap()
      Package specific parameters.
      RrdDefinition getRrd()
      The RRD settings are use to control the control of RRD files, when applicable.
    • Method Detail

      • getFilterRule

        java.lang.String getFilterRule()
        The filter rule is used to match which sources should belong to this package. If the rule is null, then all sources should match.
        Returns:
        the filter rule
      • getRrd

        RrdDefinition getRrd()
        The RRD settings are use to control the control of RRD files, when applicable.
        Returns:
        the rrd settings
      • getParameterMap

        java.util.Map<java.lang.String,​java.lang.String> getParameterMap()
        Package specific parameters.
        Returns:
        the parameter map