Uses of Class
org.hackystat.telemetry.service.resource.telemetry.TelemetryResource

Packages that use TelemetryResource
org.hackystat.telemetry.service.resource.cache Provides a Cache Resource for the Telemetry Chart abstraction. 
org.hackystat.telemetry.service.resource.chart Provides a Restlet Resource for the Telemetry Chart abstraction. 
org.hackystat.telemetry.service.resource.ping Provides the Ping resource. 
 

Uses of TelemetryResource in org.hackystat.telemetry.service.resource.cache
 

Subclasses of TelemetryResource in org.hackystat.telemetry.service.resource.cache
 class CacheResource
          This resource responds to requests of form: DELETE {host}/cache/{user} DELETE {host}/cache/{user}/{project} The DELETE requests clear the caches for the user, dpdtype, or individual entry.
 

Uses of TelemetryResource in org.hackystat.telemetry.service.resource.chart
 

Subclasses of TelemetryResource in org.hackystat.telemetry.service.resource.chart
 class ChartDataResource
          Processes GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end} and GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end}?params={params} requests.
 class ChartDefinitionResource
          Processes GET {host}/chart/{chart} and returns a TelemetryChartDefinition representation.
 class ChartsResource
          Processes GET {host}/charts and returns a TelemetryChartIndex representation.
 

Uses of TelemetryResource in org.hackystat.telemetry.service.resource.ping
 

Subclasses of TelemetryResource in org.hackystat.telemetry.service.resource.ping
 class PingResource
          The PingResource responds to a GET {host}/ping with the string "Telemetry".