Package | Description |
---|---|
com.streamscape.ds.schema | |
com.streamscape.lib.selector | |
com.streamscape.sef.scheduler |
Modifier and Type | Method and Description |
---|---|
Metaset |
DataspaceSchema.getMetaset() |
Modifier and Type | Method and Description |
---|---|
default Metaset |
SelectorExternalDataSource.getMetaset() |
Modifier and Type | Method and Description |
---|---|
Metaset |
Metaset.clone() |
Metaset |
Scheduler.createMetaset(java.lang.String name,
java.lang.String description,
java.util.Map values,
boolean isStatic)
Creates a new Metaset with the specified parameters.
|
Metaset |
ScheduledJob.getExecutionMetaset()
Returns a copy of the Metaset instance that is passed to executed task list.
|
Metaset |
TaskList.getExecutionMetaset() |
Metaset |
SchedulerEvent.getMetaset() |
Metaset |
Scheduler.getMetaset(java.lang.String name)
Returns a new instance of the Metaset with the specified name.
|
Metaset |
Scheduler.getMetaset(java.util.UUID oid)
Returns a new instance of the Metaset with the specified object identifier.
|
Metaset |
Scheduler.updateMetaset(java.lang.String name,
java.lang.String description,
java.util.Map values,
java.lang.Boolean isStatic)
Updates the specified Metaset with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task of the specified task list.
|
TaskListState |
Scheduler.executeTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task of the specified task list, using the specified listener to monitor the execution state.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
java.util.Date untilTime)
Directly executes the specified task list.
|
TaskListState |
Scheduler.executeTaskList(java.lang.String name,
Metaset metaset,
ExecutionListener listener,
java.util.Date untilTime)
Directly executes the specified task list, using the specified listener to monitor the execution state.
|
void |
ScheduledJob.setExecutionMetaset(Metaset metaset)
Sets a copy of the specified Metaset instance that will be passed to executed task list.
|
java.lang.String |
Scheduler.startTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset)
Asynchronously starts direct execution of the specified task in the specified task list.
|
java.lang.String |
Scheduler.startTask(java.lang.String listName,
java.lang.String taskName,
Metaset metaset,
java.util.Date untilTime)
Asynchronously starts direct execution of the specified task in the specified task list.
|
java.lang.String |
Scheduler.startTaskList(java.lang.String name,
Metaset metaset)
Asynchronously starts direct execution of the specified task list.
|
java.lang.String |
Scheduler.startTaskList(java.lang.String name,
Metaset metaset,
java.util.Date untilTime)
Asynchronously starts direct execution of the specified task list.
|
java.util.List |
TaskList.testExecution(Metaset metaset) |
java.util.List |
TaskList.ExecNode.testExecution(Metaset metaset) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.