Uses of Class
org.hackystat.telemetry.analyzer.model.TelemetryStreamCollection

Packages that use TelemetryStreamCollection
org.hackystat.telemetry.analyzer.function.impl Provides implementations of "stock", or built-in telemetry functions. 
org.hackystat.telemetry.analyzer.model Provides the Telemetry Language data model, which consists of TelemetryDataPoints, TelemetryStreams, and TelemetryStreamCollections. 
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. 
 

Uses of TelemetryStreamCollection in org.hackystat.telemetry.analyzer.function.impl
 

Methods in org.hackystat.telemetry.analyzer.function.impl that return TelemetryStreamCollection
(package private) static TelemetryStreamCollection BinaryOperationUtility.computes(BinaryOperationUtility.BinaryOperator operator, TelemetryStreamCollection streamCollection1, TelemetryStreamCollection streamCollection2)
          Applies binary operation to two TelemetryStreamCollection objects, and generates a new TelemetryStreamCollection object.
(package private) static TelemetryStreamCollection Utility.expandNumber(java.lang.Number value, TelemetryStreamCollection source)
          Creates a new instance of TelemetryStreamCollection based on supplied source, and fills it with supplied value.
 

Methods in org.hackystat.telemetry.analyzer.function.impl with parameters of type TelemetryStreamCollection
(package private) static TelemetryStreamCollection BinaryOperationUtility.computes(BinaryOperationUtility.BinaryOperator operator, TelemetryStreamCollection streamCollection1, TelemetryStreamCollection streamCollection2)
          Applies binary operation to two TelemetryStreamCollection objects, and generates a new TelemetryStreamCollection object.
(package private) static TelemetryStreamCollection Utility.expandNumber(java.lang.Number value, TelemetryStreamCollection source)
          Creates a new instance of TelemetryStreamCollection based on supplied source, and fills it with supplied value.
 

Uses of TelemetryStreamCollection in org.hackystat.telemetry.analyzer.model
 

Methods in org.hackystat.telemetry.analyzer.model with parameters of type TelemetryStreamCollection
static void TestTelemetryStreamCollection.assertEqualsIgnoreName(TelemetryStreamCollection streamCollection1, TelemetryStreamCollection streamCollection2)
          Asserts equality for two telemetry stream collection objects, except their names.
 

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

Methods in org.hackystat.telemetry.analyzer.reducer that return TelemetryStreamCollection
 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 TelemetryStreamCollection in org.hackystat.telemetry.analyzer.reducer.impl
 

Methods in org.hackystat.telemetry.analyzer.reducer.impl that return TelemetryStreamCollection
 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.