c

quix.python

PythonExecutor

class PythonExecutor extends Executor with LazyLogging

Linear Supertypes
LazyLogging, Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonExecutor
  2. LazyLogging
  3. Executor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PythonExecutor(config: PythonConfig = PythonConfig())

Value Members

  1. def copy(dir: Path, filename: String): Task[Unit]
  2. def execute(query: SubQuery, builder: Builder): Task[Unit]
    Definition Classes
    PythonExecutor → Executor
  3. def makeProcess(query: SubQuery): Task[PythonRunningProcess]
  4. var port: AtomicInt
  5. def prepareFiles(process: PythonRunningProcess, query: SubQuery): Task[Path]
  6. def prepareGateway(process: PythonRunningProcess, query: SubQuery): Task[GatewayServer]
  7. def run(process: PythonRunningProcess, query: SubQuery, builder: Builder): Task[Unit]