Package io.deephaven.enterprise.dnd
Class Main
java.lang.Object
io.deephaven.enterprise.dnd.Main
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidrunDhcServer(Configuration config, PrintStream outStream, PrintStream errStream, UserContext userContext, int httpPort, @NotNull io.deephaven.enterprise.dispatcher.client.DispatcherClient dispatcherClient, @NotNull io.deephaven.shadow.jetcd.io.etcd.jetcd.Client etcdClient, Future<Boolean> authenticationFuture, AuditEventLogger auditEventLogger, io.deephaven.enterprise.dispatcher.client.WorkerDetails workerDetails, io.deephaven.enterprise.dnd.CreationJsonParser cjp, String virtualEnvironment, io.deephaven.shadow.enterprise.com.fishlib.io.logger.Logger log, File cacheDir, ProcessInfo processInfo) static io.deephaven.shadow.enterprise.org.apache.commons.lang3.tuple.Pair<io.deephaven.enterprise.dispatcher.client.DispatcherClient,io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode> runDispatcherClient(@NotNull PrintStream outStream, @NotNull PrintStream errStream, @NotNull String processUuid, @NotNull Future<io.deephaven.shadow.jetcd.io.etcd.jetcd.Client> etcdClientFuture) 
- 
Field Details- 
ENVIRONMENT_KEY_WORKER_NONCE- See Also:
 
- 
KEY_PROCESS_INFO_ID- See Also:
 
- 
ENVIRONMENT_KEY_DISPATCHER_NAME- See Also:
 
- 
DEEPHAVEN_ENTERPRISE_ROOT_FILE_PROPERTY- See Also:
 
 
- 
- 
Constructor Details- 
Mainpublic Main()
 
- 
- 
Method Details- 
main- Throws:
- Exception
 
- 
runDispatcherClientpublic static io.deephaven.shadow.enterprise.org.apache.commons.lang3.tuple.Pair<io.deephaven.enterprise.dispatcher.client.DispatcherClient,io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode> runDispatcherClient(@NotNull @NotNull PrintStream outStream, @NotNull @NotNull PrintStream errStream, @NotNull @NotNull String processUuid, @NotNull @NotNull Future<io.deephaven.shadow.jetcd.io.etcd.jetcd.Client> etcdClientFuture) 
- 
runDhcServerpublic static void runDhcServer(Configuration config, PrintStream outStream, PrintStream errStream, UserContext userContext, int httpPort, @NotNull @NotNull io.deephaven.enterprise.dispatcher.client.DispatcherClient dispatcherClient, @NotNull @NotNull io.deephaven.shadow.jetcd.io.etcd.jetcd.Client etcdClient, Future<Boolean> authenticationFuture, AuditEventLogger auditEventLogger, io.deephaven.enterprise.dispatcher.client.WorkerDetails workerDetails, io.deephaven.enterprise.dnd.CreationJsonParser cjp, @Nullable String virtualEnvironment, io.deephaven.shadow.enterprise.com.fishlib.io.logger.Logger log, File cacheDir, ProcessInfo processInfo) 
 
-