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 StringINSTANCE_NAMEstatic StringQUERY_DISPATCHER_SERVER_NAMEstatic intQUERY_DISPATCHER_SERVER_PORTstatic StringSERVER_DISPLAY_HOSTstatic StringSERVER_HOST -
Constructor Summary
Constructors Constructor Description RemoteQueryDispatcherParameters() -
Method Summary
Modifier and Type Method Description static StringworkerIdToName(String id)static StringworkerNameToId(String name)
-
Field Details
-
INSTANCE_NAME
-
QUERY_DISPATCHER_SERVER_PORT
public static final int QUERY_DISPATCHER_SERVER_PORT -
QUERY_DISPATCHER_SERVER_NAME
-
SERVER_HOST
-
SERVER_DISPLAY_HOST
-
-
Constructor Details
-
RemoteQueryDispatcherParameters
public RemoteQueryDispatcherParameters()
-
-
Method Details