Class InfluxProviderConfiguration.InfluxProviderSource

java.lang.Object
org.opencastproject.statistics.provider.influx.provider.InfluxProviderConfiguration.InfluxProviderSource
Enclosing class:
InfluxProviderConfiguration

public class InfluxProviderConfiguration.InfluxProviderSource extends Object
  • Constructor Details

    • InfluxProviderSource

      public InfluxProviderSource()
    • InfluxProviderSource

      public InfluxProviderSource(String aggregation, String aggregationVariable, String measurement, String resourceIdName, Set<org.opencastproject.statistics.api.DataResolution> resolutions)
  • Method Details

    • getAggregation

      public String getAggregation()
    • getAggregationVariable

      public String getAggregationVariable()
    • getMeasurement

      public String getMeasurement()
    • getResourceIdName

      public String getResourceIdName()
    • getResolutions

      public Set<org.opencastproject.statistics.api.DataResolution> getResolutions()