public interface DataflowTaskExecutionMetadataDao
Modifier and Type | Method and Description |
---|---|
int |
deleteManifestsByTaskExecutionIds(Set<Long> taskExecutionIds)
Deletes the task manifest records associated with the collection of task execution ids provided.
|
TaskManifest |
findManifestById(Long id)
Returns the manifest for the given execution id.
|
TaskManifest |
getLatestManifest(String taskName)
Returns the manifest for the most recently launched instance of the task name requested.
|
void |
save(org.springframework.cloud.task.repository.TaskExecution taskExecution,
TaskManifest manifest)
Saves a
TaskManifest related to the supplied TaskExecution |
void save(org.springframework.cloud.task.repository.TaskExecution taskExecution, TaskManifest manifest)
TaskManifest
related to the supplied TaskExecution
taskExecution
- execution this manifest is associated withmanifest
- manifestTaskManifest getLatestManifest(String taskName)
taskName
- name of task defintionTaskManifest
TaskManifest findManifestById(Long id)
id
- execution idTaskManifest
int deleteManifestsByTaskExecutionIds(Set<Long> taskExecutionIds)
taskExecutionIds
- collection of ids to delete the manifests forCopyright © 2024 Pivotal Software, Inc.. All rights reserved.