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

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

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)
           
 



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