com.google.caliper.worker
Class WorkerResponse
java.lang.Object
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.
measurements
public final Collection<Measurement> measurements
WorkerResponse
public WorkerResponse(Collection<Measurement> measurements)
fromString
public static WorkerResponse fromString(String json)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.