| Interface | Description |
|---|---|
| JobExecutor |
An abstract super interface of
Job executor. |
| ProcessExecutor |
Executes programs.
|
| Class | Description |
|---|---|
| AbstractJobScheduler |
An abstract implementation of
JobScheduler. |
| BasicCommandScriptHandler |
Basic implementation of
CommandScriptHandler using local processes. |
| BasicCoreProfile |
An implemetation of
CoreProfile. |
| BasicExtension |
A basic implementation of
Extension. |
| BasicHadoopScriptHandler |
Basic implementation of
HadoopScriptHandler using local processes. |
| BasicJobScheduler |
Basic implementation of
JobScheduler. |
| BasicLockProvider |
Basic implementation of
ExecutionLockProvider using file system. |
| BasicMonitorProvider |
Basic implementation of
ExecutionMonitorProvider. |
| BlobUtil |
Utilities for
Blob. |
| FileBlob |
An implementation of
Blob which data is stored on a local file. |
| JobExecutor.Executing |
An abstraction of job execution.
|
| LoggingExecutionMonitor |
An implementation of
ExecutionMonitor using default logger. |
| ProcessCommandScriptHandler |
An abstract implementation of process-based
CommandScriptHandler. |
| ProcessHadoopScriptHandler |
An abstract implementations of process-based
HadoopScriptHandler. |
| ThreadedJobExecutor |
An implementation of
JobExecutor using a shared ExecutorService. |
| YaessBasicLogger |
Logger for YAESS Basic.
|
| Exception | Description |
|---|---|
| ExitCodeException |
An exception which represents target process returns an unexpected exit code.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.