public final class NodeBootstrapper
extends java.lang.Object
Bootstrapper for the node.
When run without arguments, the node will be waiting for commands from the console or from other nodes.
When arguments are provided, each of them is treated as a path to the spring configuration for the computation. They are run one after another within a cluster and the cluster is destroyed after the last file.
A node existence is bound to the NodeLifecycleService and the node is destroyed when this service is stopped.
NodeLifecycleService
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
Modifier | Constructor and Description |
---|---|
private |
NodeBootstrapper() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String... args) |