Class WorkerStreamProvider.WorkerInfo

java.lang.Object
io.deephaven.envoysupport.xds.WorkerStreamProvider.WorkerInfo
Enclosing interface:
WorkerStreamProvider

public static class WorkerStreamProvider.WorkerInfo extends Object
  • Field Details

    • host

      public final String host
      The worker host.
    • port

      public final int port
      The worker port.
    • nonce

      public final long nonce
      A random number used to salt the worker's prefix. This must be stable for the lifetime of the worker
    • workerKind

      public final WorkerStreamProvider.WorkerKind workerKind
      The worker kind.
  • Constructor Details

  • Method Details