Class RemoteQueryDispatcher
java.lang.Object
com.illumon.iris.db.tables.remotequery.RemoteQueryDispatcher
public class RemoteQueryDispatcher extends Object
Dispatcher class to create query workers.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoteQueryDispatcher.RunState
-
Field Summary
Fields Modifier and Type Field Description static File
CACHED_CLASSES_DIRECTORY
static File
CLASS_DIRECTORY_ROOT
static long
prefixNonce
-
Constructor Summary
Constructors Constructor Description RemoteQueryDispatcher(IrisLogCreator logCreator, String dispatcherHostName)
-
Method Summary
-
Field Details
-
CLASS_DIRECTORY_ROOT
-
CACHED_CLASSES_DIRECTORY
-
prefixNonce
public static final long prefixNonce
-
-
Constructor Details
-
RemoteQueryDispatcher
public RemoteQueryDispatcher(IrisLogCreator logCreator, String dispatcherHostName) throws IOException- Throws:
IOException
-
-
Method Details