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

Packages that use TelemetryReducerInfo
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. 
 

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

Methods in org.hackystat.telemetry.analyzer.reducer that return TelemetryReducerInfo
 TelemetryReducerInfo TelemetryReducerManager.getReducerInfo(java.lang.String reducerName)
          Gets telemetry reducer information by name.
 

Methods in org.hackystat.telemetry.analyzer.reducer that return types with arguments of type TelemetryReducerInfo
 java.util.Collection<TelemetryReducerInfo> TelemetryReducerManager.getAllReducerInfo()
          Returns information about all defined TelemetryReducers.