public class PubsubBenchmark extends AbstractNodeMain
Constructor and Description |
---|
PubsubBenchmark() |
Modifier and Type | Method and Description |
---|---|
GraphName |
getDefaultNodeName() |
void |
onStart(ConnectedNode connectedNode)
Called when the
Node has started and successfully connected to the
master. |
onError, onShutdown, onShutdownComplete
public GraphName getDefaultNodeName()
Node
that will be used if a name was not
specified in the Node
's associated
NodeConfiguration
public void onStart(ConnectedNode connectedNode)
NodeListener
Node
has started and successfully connected to the
master.onStart
in interface NodeListener
onStart
in class AbstractNodeMain
connectedNode
- the ConnectedNode
that has been started