Package | Description |
---|---|
com.linkedin.parseq |
Core ParSeq classes.
|
com.linkedin.parseq.internal |
Modifier and Type | Method and Description |
---|---|
void |
EngineBuilder.setPlanDeactivationListener(PlanDeactivationListener planDeactivationListener)
Sets plan activity listener for the engine.
|
Constructor and Description |
---|
PlanContext(Engine engine,
Executor taskExecutor,
DelayedExecutor timerExecutor,
org.slf4j.ILoggerFactory loggerFactory,
org.slf4j.Logger allLogger,
org.slf4j.Logger rootLogger,
String planClass,
Task<?> root,
int maxRelationshipsPerTrace,
PlanDeactivationListener planDeactivationListener,
PlanCompletionListener planCompletionListener,
SerialExecutor.TaskQueue<PrioritizableRunnable> taskQueue,
boolean drainSerialExecutorQueue,
ExecutionMonitor executionMonitor) |
Copyright © 2018. All rights reserved.