Class RemoteQueryDispatcherParameters
java.lang.Object
com.illumon.iris.db.tables.remotequery.RemoteQueryDispatcherParameters
public class RemoteQueryDispatcherParameters extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
INSTANCE_NAME
static String
QUERY_DISPATCHER_SERVER_NAME
static int
QUERY_DISPATCHER_SERVER_PORT
static String
SERVER_DISPLAY_HOST
static String
SERVER_HOST
-
Constructor Summary
Constructors Constructor Description RemoteQueryDispatcherParameters()
-
Method Summary
Modifier and Type Method Description static String
workerIdToName(String id)
static String
workerNameToId(String name)
-
Field Details
-
INSTANCE_NAME
-
QUERY_DISPATCHER_SERVER_PORT
public static final int QUERY_DISPATCHER_SERVER_PORT -
QUERY_DISPATCHER_SERVER_NAME
- See Also:
- Constant Field Values
-
SERVER_HOST
-
SERVER_DISPLAY_HOST
-
-
Constructor Details
-
RemoteQueryDispatcherParameters
public RemoteQueryDispatcherParameters()
-
-
Method Details