public final class BinaryLinkServer extends Object
| Constructor and Description |
|---|
BinaryLinkServer(Options opts,
OutputFormat out) |
| Modifier and Type | Method and Description |
|---|---|
long |
getClientPid() |
BenchmarkException |
getException() |
String |
getHost() |
BenchmarkResultMetaData |
getMetadata() |
int |
getPort() |
List<IterationResult> |
getResults() |
void |
setPlan(ActionPlan actionPlan) |
void |
terminate() |
void |
waitFinish() |
public BinaryLinkServer(Options opts, OutputFormat out) throws IOException
IOExceptionpublic void terminate()
public void waitFinish()
public BenchmarkException getException()
public List<IterationResult> getResults()
public BenchmarkResultMetaData getMetadata()
public void setPlan(ActionPlan actionPlan)
public long getClientPid()
public String getHost()
public int getPort()
Copyright © 2012-2015 Oracle. All Rights Reserved.