Uses of Interface
com.google.caliper.bridge.WorkerRequest
-
Packages that use WorkerRequest Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of WorkerRequest in com.google.caliper.bridge
Classes in com.google.caliper.bridge that implement WorkerRequest Modifier and Type Class Description classDryRunRequestWorkerRequestfor telling the worker to do a dry-run of multiple experiments.classTargetInfoRequestWorkerRequestfor telling a worker to send the runner information on the target it's running on, including a model of the benchmark class it produced.classTrialRequestWorkerRequestfor telling the worker to run a trial of the benchmark.Methods in com.google.caliper.bridge that return WorkerRequest Modifier and Type Method Description static WorkerRequestCommandLineSerializer. parse(String arg)Parses the given base64 encoded string as an object of the given type.Methods in com.google.caliper.bridge that return types with arguments of type WorkerRequest Modifier and Type Method Description Class<? extends WorkerRequest>DryRunRequest. type()Class<? extends WorkerRequest>TargetInfoRequest. type()Class<? extends WorkerRequest>TrialRequest. type()Class<? extends WorkerRequest>WorkerRequest. type()Returns the type of the request.Methods in com.google.caliper.bridge with parameters of type WorkerRequest Modifier and Type Method Description static StringCommandLineSerializer. render(WorkerRequest message)Returns the given serializable object as a base64 encoded String.
-