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

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

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

Fields in org.apache.blur.thrift.generated with type parameters of type CpuTime
 Map<String,CpuTime> BlurQueryStatus.cpuTimes
          A map of shard names to CpuTime, one for each shard in the table.
 

Methods in org.apache.blur.thrift.generated that return CpuTime
 CpuTime CpuTime.deepCopy()
           
 CpuTime CpuTime.setCpuTime(long cpuTime)
          The total cpu time for the query on the given shard.
 CpuTime CpuTime.setRealTime(long realTime)
          The real time of the query execution for a given shard.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type CpuTime
 Map<String,CpuTime> BlurQueryStatus.getCpuTimes()
          A map of shard names to CpuTime, one for each shard in the table.
 

Methods in org.apache.blur.thrift.generated with parameters of type CpuTime
 int CpuTime.compareTo(CpuTime other)
           
 boolean CpuTime.equals(CpuTime that)
           
 void BlurQueryStatus.putToCpuTimes(String key, CpuTime val)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type CpuTime
 BlurQueryStatus BlurQueryStatus.setCpuTimes(Map<String,CpuTime> cpuTimes)
          A map of shard names to CpuTime, one for each shard in the table.
 

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

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type CpuTime
BlurQueryStatus(BlurQuery query, Map<String,CpuTime> cpuTimes, int completeShards, int totalShards, QueryState state, String uuid, Status status, User user)
           
 



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