| Package | Description |
|---|---|
| org.mmbase.streams.createcaches |
| Modifier and Type | Field and Description |
|---|---|
(package private) Stage |
JobDefinition.stage |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Job.getStage() |
Stage |
JobDefinition.getStage() |
Stage |
Result.getStage()
To what
Stage of the transcoding process this result belongs. |
static Stage |
Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage[] |
Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<CommandExecutor.Method,Stage> |
Executors.getExecutors() |
| Modifier and Type | Method and Description |
|---|---|
static CommandExecutor.Method |
Executors.getFreeExecutor(Stage st) |
boolean |
Job.reached(Stage s) |
static <T> Future<T> |
Executors.submit(Stage s,
Callable<T> c) |
void |
Job.waitUntil(Stage stage) |
void |
Job.waitUntilAfter(Stage stage) |
| Constructor and Description |
|---|
JobDefinition(String id,
String inId,
String label,
Transcoder t,
MimeType mt,
Stage s)
Creates a JobDefinition template as used in the configuration container or to kick-start
a transcoding.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}