public final class SingleNodeCluster extends Object implements AutoCloseable
Perfect for playing around with the Cluster.
| Constructor and Description |
|---|
SingleNodeCluster(ClusteredService externalService,
boolean isCleanStart)
Create and launch a new single node cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args)
Main method for launching the process.
|
public SingleNodeCluster(ClusteredService externalService, boolean isCleanStart)
externalService - to run in the container.isCleanStart - to indicate if a clean start should be made.public void close()
close in interface AutoCloseablepublic static void main(String[] args)
args - passed to the process.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.