Class RemoteQueryDispatcherParameters

java.lang.Object
com.illumon.iris.db.tables.remotequery.RemoteQueryDispatcherParameters

public class RemoteQueryDispatcherParameters extends Object
  • Field Details

    • SERVER_HOST_PROPERTY

      public static final String SERVER_HOST_PROPERTY
      See Also:
    • INSTANCE_NAME_PROP

      public static final String INSTANCE_NAME_PROP
      See Also:
    • INSTANCE_NAME

      public static final String INSTANCE_NAME
    • QUERY_PORT_PROP

      public static final String QUERY_PORT_PROP
      See Also:
    • QUERY_DISPATCHER_SERVER_PORT

      public static final int QUERY_DISPATCHER_SERVER_PORT
    • QUERY_DISPATCHER_SERVER_NAME

      public static final String QUERY_DISPATCHER_SERVER_NAME
    • SERVER_HOST

      public static final String SERVER_HOST
    • SERVER_DISPLAY_HOST

      public static final String SERVER_DISPLAY_HOST
  • Constructor Details

    • RemoteQueryDispatcherParameters

      public RemoteQueryDispatcherParameters()
  • Method Details

    • workerNameToId

      public static String workerNameToId(String name)
    • workerIdToName

      public static String workerIdToName(String id)