Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.flowlog |
Generate logs for individual jobflow executions.
|
com.asakusafw.yaess.jobqueue |
YAESS Hadoop Script Handlers for Job Queue.
|
com.asakusafw.yaess.jsch |
YAESS Script Handlers via JSch.
|
com.asakusafw.yaess.multidispatch |
YAESS Script Handler Dispatcher.
|
com.asakusafw.yaess.paralleljob |
Simple Parallel Job Scheduler Plug-in for YAESS.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobScheduler
An abstract implementation of
JobScheduler . |
class |
BasicCommandScriptHandler
Basic implementation of
CommandScriptHandler using local processes. |
class |
BasicCoreProfile
An implemetation of
CoreProfile . |
class |
BasicHadoopScriptHandler
Basic implementation of
HadoopScriptHandler using local processes. |
class |
BasicJobScheduler
Basic implementation of
JobScheduler . |
class |
BasicLockProvider
Basic implementation of
ExecutionLockProvider using file system. |
class |
BasicMonitorProvider
Basic implementation of
ExecutionMonitorProvider . |
class |
ProcessCommandScriptHandler
An abstract implementation of process-based
CommandScriptHandler . |
class |
ProcessHadoopScriptHandler
An abstract implementations of process-based
HadoopScriptHandler . |
Modifier and Type | Class and Description |
---|---|
class |
ServiceProfile<T extends Service>
A common service profile format for configurable instances.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandScriptHandler
Executes
CommandScript . |
interface |
ExecutionScriptHandler<T extends ExecutionScript>
An abstract super interface of
ExecutionScript handler. |
interface |
HadoopScriptHandler
Executes
HadoopScript . |
Modifier and Type | Class and Description |
---|---|
class |
CoreProfile
An abstract implementation of core configuration holder.
|
class |
ExecutionLockProvider
Provides lock feature.
|
class |
ExecutionMonitorProvider
Provides
ExecutionMonitor . |
class |
ExecutionScriptHandlerBase
A skeletal implementation of
ExecutionScriptHandler . |
class |
JobScheduler
Executes a series of
Job s. |
Modifier and Type | Method and Description |
---|---|
static <T extends Service> |
ServiceProfile.load(Properties properties,
String prefix,
Class<T> serviceBaseClass,
ClassLoader classLoader)
Deprecated.
|
static <T extends Service> |
ServiceProfile.load(Properties properties,
String prefix,
Class<T> serviceBaseClass,
ProfileContext context)
Loads a service profile with the specified key prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowLoggerProvider
An implementation of
ExecutionMonitorProvider to save log each jobflow. |
Modifier and Type | Class and Description |
---|---|
class |
QueueHadoopScriptHandler
An implementation of
HadoopScript using Job Queue client. |
Modifier and Type | Class and Description |
---|---|
class |
SshCommandScriptHandler
Basic implementation of
CommandScriptHandler using local processes. |
class |
SshHadoopScriptHandler
Basic implementation of
HadoopScriptHandler using local processes. |
Modifier and Type | Class and Description |
---|---|
class |
CommandScriptHandlerDispatcher
An implementation of
CommandScriptHandler using ExecutionScriptHandlerDispatcher . |
class |
ExecutionScriptHandlerDispatcher<T extends ExecutionScript>
A Dispatcher implementation for
ExecutionScriptHandler . |
class |
HadoopScriptHandlerDispatcher
An implementation of
HadoopScriptHandler using ExecutionScriptHandlerDispatcher . |
Modifier and Type | Class and Description |
---|---|
class |
ParallelJobScheduler
Basic implementation of
JobScheduler . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.