Uses of Class
org.apache.cassandra.analytics.AnalyticsContext

Packages that use AnalyticsContext
org.apache.cassandra.analytics   
 

Uses of AnalyticsContext in org.apache.cassandra.analytics
 

Methods in org.apache.cassandra.analytics that return AnalyticsContext
static AnalyticsContext AnalyticsContext.instance()
          Factory method that gets an instance of the StorageService class.
 

Methods in org.apache.cassandra.analytics with parameters of type AnalyticsContext
 void DBAnalyticsSource.doUpdates(AnalyticsContext context)
          Update each of the records with the relevant data
 void IAnalyticsSource.doUpdates(AnalyticsContext context)
          Timer-based call-back from the metric library.
 void VMAnalyticsSource.doUpdates(AnalyticsContext context)
          Update the VM heap utilization record with the relevant data.
 

Constructors in org.apache.cassandra.analytics with parameters of type AnalyticsContext
MetricsRecord(java.lang.String recordName, AnalyticsContext context)
          Creates a new instance of MetricsRecord
 



Copyright © 2009 The Apache Software Foundation