Class Main

java.lang.Object
io.deephaven.enterprise.dnd.Main

public class Main extends Object
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • runDispatcherClient

      public 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)
    • runDhcServer

      public 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)