public final class BinaryLinkServer extends Object
| Constructor | Description |
|---|---|
BinaryLinkServer(Options opts,
OutputFormat out) |
| Modifier and Type | Method | 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-2017 Oracle. All Rights Reserved.