Package org.openjdk.jmh.runner.link
Class BinaryLinkServer
java.lang.Object
org.openjdk.jmh.runner.link.BinaryLinkServer
Accepts the binary data from the forked VM and pushes it to parent VM
as appropriate. This server assumes there is only the one and only
client at any given point of time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetHost()intgetPort()voidsetPlan(ActionPlan actionPlan) voidvoid
-
Constructor Details
-
BinaryLinkServer
- Throws:
IOException
-
-
Method Details
-
terminate
public void terminate() -
waitFinish
public void waitFinish() -
getException
-
getResults
-
getMetadata
-
setPlan
-
getClientPid
public long getClientPid() -
getHost
-
getPort
public int getPort()
-