com.google.caliper.worker
Class WorkerResponse

java.lang.Object
  extended by com.google.caliper.worker.WorkerResponse

public final class WorkerResponse
extends Object

This is the "answer" analog to WorkerRequest. It contains each of the Measurement objects created by the worker.


Field Summary
 Collection<Measurement> measurements
           
 
Constructor Summary
WorkerResponse(Collection<Measurement> measurements)
           
 
Method Summary
static WorkerResponse fromString(String json)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

measurements

public final Collection<Measurement> measurements
Constructor Detail

WorkerResponse

public WorkerResponse(Collection<Measurement> measurements)
Method Detail

fromString

public static WorkerResponse fromString(String json)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.