Uses of Class
org.hackystat.telemetry.analyzer.reducer.TelemetryReducerException

Packages that use TelemetryReducerException
org.hackystat.telemetry.analyzer.reducer Provides the implemetation of the Telemetry Language reducer construct, which processes sensor data and generates an instance of a TelemetryStreamCollection. 
org.hackystat.telemetry.analyzer.reducer.impl Provides the pre-defined telemetry reducer definitions. 
org.hackystat.telemetry.analyzer.reducer.util Provides various utilities used by the Telemetry Language reducer implementation. 
 

Uses of TelemetryReducerException in org.hackystat.telemetry.analyzer.reducer
 

Methods in org.hackystat.telemetry.analyzer.reducer that throw TelemetryReducerException
 TelemetryStreamCollection TelemetryReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] parameters)
          Computes telemetry streams.
 TelemetryStreamCollection TelemetryReducerManager.compute(java.lang.String reducerName, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] parameters)
          Invokes the telemetry reducer to perform computations and generate a TelemetryStreamCollection.
 

Uses of TelemetryReducerException in org.hackystat.telemetry.analyzer.reducer.impl
 

Methods in org.hackystat.telemetry.analyzer.reducer.impl that throw TelemetryReducerException
 TelemetryStreamCollection UnitTestReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection StraightLine.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] parameters)
          Performs the computation.
 TelemetryStreamCollection MemberUnitTestReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection MemberDevTimeReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection MemberCommitReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection MemberChurnReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the a set of streams providing the churn for each project member.
 TelemetryStreamCollection MemberBuildReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection IssueReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection FileMetricReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection DevTimeReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection CyclomaticComplexityReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection CoverageReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection CouplingReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection CommitReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection CodeIssueReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection ChurnReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
 TelemetryStreamCollection BuildReducer.compute(org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.utilities.time.interval.Interval interval, java.lang.String[] options)
          Computes and returns the required telemetry streams object.
(package private)  java.lang.Double CouplingReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, CouplingReducer.Coupling coupling, CouplingReducer.Mode mode, java.lang.String type, int threshold, java.lang.String tool)
          Returns a Coupling value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long CoverageReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, CoverageReducer.Mode mode, java.lang.String granularity)
          Returns a Coverage value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Double CyclomaticComplexityReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, CyclomaticComplexityReducer.Mode mode, int threshold, java.lang.String tool)
          Returns a Complexity value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long CommitReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String member)
          Returns a Commit value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long ChurnReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String member)
          Returns a Churn value for the specified time interval, or null if no Churn SensorData.
(package private)  java.lang.Double FileMetricReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String sizeMetric, java.lang.String tool)
          Returns a FileMetric value for the specified time interval and sizeMetric, or null if no SensorData.
(package private)  java.lang.Long CodeIssueReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String tool, java.lang.String type)
          Returns a CodeIssue count for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long BuildReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String member, java.lang.String result, java.lang.String type)
          Returns a Build count for the specified time interval, or null if no SensorData.
(package private)  java.lang.Double DevTimeReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String eventType, java.lang.String member, org.hackystat.sensorbase.uripattern.UriPattern filePattern)
          Returns a DevTime value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long UnitTestReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, UnitTestReducer.Mode mode, java.lang.String member)
          Returns a UnitTest value for the specified time interval, or null if no SensorData.
(package private)  java.lang.Long IssueReducer.getIssuesData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, java.lang.String member, java.lang.String issueStatus)
          Returns a Issue value for the specified time interval, or null if no SensorData.
 

Uses of TelemetryReducerException in org.hackystat.telemetry.analyzer.reducer.util
 

Methods in org.hackystat.telemetry.analyzer.reducer.util that throw TelemetryReducerException
static boolean ReducerOptionUtility.parseBooleanOption(int optionIndex, java.lang.String optionString)
          Parses boolean reduction option.
static int ReducerOptionUtility.parseModeOption(int optionIndex, java.lang.String[] modes, java.lang.String modeString)
          Parses mode option.