Uses of Class
org.apache.blur.thrift.generated.Metric

Packages that use Metric
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
org.apache.blur.utils   
 

Uses of Metric in org.apache.blur.server
 

Methods in org.apache.blur.server that return types with arguments of type Metric
 Map<String,Metric> FilteredBlurServer.metrics(Set<String> metrics)
           
 

Uses of Metric in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return types with arguments of type Metric
 Map<String,Metric> TableAdmin.metrics(Set<String> metrics)
           
 

Uses of Metric in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated with type parameters of type Metric
 Map<String,Metric> Blur.metrics_result.success
           
 

Methods in org.apache.blur.thrift.generated that return Metric
 Metric Metric.deepCopy()
           
 Metric Metric.setDoubleMap(Map<String,Double> doubleMap)
          map of double values emitted by the Metric.
 Metric Metric.setLongMap(Map<String,Long> longMap)
          map of long values emitted by the Metric.
 Metric Metric.setName(String name)
          metric name.
 Metric Metric.setStrMap(Map<String,String> strMap)
          map of string values emitted by the Metric.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type Metric
 Map<String,Metric> Blur.AsyncClient.metrics_call.getResult()
           
 Map<String,Metric> Blur.metrics_result.getSuccess()
           
 Map<String,Metric> Blur.Iface.metrics(Set<String> metrics)
          Fetches the Blur metrics by name.
 Map<String,Metric> Blur.Client.metrics(Set<String> metrics)
           
 Map<String,Metric> Blur.Client.recv_metrics()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type Metric
 int Metric.compareTo(Metric other)
           
 boolean Metric.equals(Metric that)
           
 void Blur.metrics_result.putToSuccess(String key, Metric val)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type Metric
 Blur.metrics_result Blur.metrics_result.setSuccess(Map<String,Metric> success)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type Metric
Metric(Metric other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Metric
Blur.metrics_result(Map<String,Metric> success, BlurException ex)
           
 

Uses of Metric in org.apache.blur.utils
 

Methods in org.apache.blur.utils that return types with arguments of type Metric
static Map<String,Metric> MemoryReporter.getMetrics()
           
 

Method parameters in org.apache.blur.utils with type arguments of type Metric
 void MemoryReporter.processCounter(com.yammer.metrics.core.MetricName name, com.yammer.metrics.core.Counter counter, java.util.concurrent.ConcurrentMap<String,Metric> context)
           
 void MemoryReporter.processGauge(com.yammer.metrics.core.MetricName name, com.yammer.metrics.core.Gauge<?> gauge, java.util.concurrent.ConcurrentMap<String,Metric> context)
           
 void MemoryReporter.processHistogram(com.yammer.metrics.core.MetricName name, com.yammer.metrics.core.Histogram histogram, java.util.concurrent.ConcurrentMap<String,Metric> context)
           
 void MemoryReporter.processMeter(com.yammer.metrics.core.MetricName name, com.yammer.metrics.core.Metered meter, java.util.concurrent.ConcurrentMap<String,Metric> context)
           
 void MemoryReporter.processTimer(com.yammer.metrics.core.MetricName name, com.yammer.metrics.core.Timer timer, java.util.concurrent.ConcurrentMap<String,Metric> context)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.