Uses of Class
com.google.caliper.bridge.StartVmRequest
-
Packages that use StartVmRequest Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of StartVmRequest in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return StartVmRequest Modifier and Type Method Description static StartVmRequestStartVmRequest. create(UUID vmId, Iterable<String> command)Creates a newStartVmRequest.
-