Package | Description |
---|---|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.server.repository |
Spring Cloud Data Flow Server Repositories.
|
org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobInstanceResource> |
JobInstanceController.list(String jobName,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<JobInstanceExecutions> assembler)
Return a page-able list of
JobInstanceResource defined jobs. |
Modifier and Type | Method and Description |
---|---|
JobInstanceExecutions |
JdbcAggregateJobQueryDao.getJobInstanceExecution(String jobName,
long instanceId) |
JobInstanceExecutions |
AggregateJobQueryDao.getJobInstanceExecution(String jobName,
long instanceId) |
JobInstanceExecutions |
JdbcAggregateJobQueryDao.getJobInstanceExecutions(long jobInstanceId,
String schemaTarget) |
JobInstanceExecutions |
AggregateJobQueryDao.getJobInstanceExecutions(long id,
String schemaTarget) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<JobInstanceExecutions> |
JdbcAggregateJobQueryDao.listJobInstances(String jobName,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<JobInstanceExecutions> |
AggregateJobQueryDao.listJobInstances(String jobName,
org.springframework.data.domain.Pageable pageable) |
Modifier and Type | Method and Description |
---|---|
JobInstanceExecutions |
TaskJobService.getJobInstance(long id,
String schemaTarget)
Retrieves a
JobInstance from the JobRepository and matches it with the
associated JobExecution s. |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<JobInstanceExecutions> |
TaskJobService.listTaskJobInstancesForJobName(org.springframework.data.domain.Pageable pageable,
String jobName)
Retrieves Pageable list of
JobInstanceExecutions from the JobRepository with a
specific jobName and matches the data with the associated JobExecutions. |
Modifier and Type | Method and Description |
---|---|
JobInstanceExecutions |
DefaultTaskJobService.getJobInstance(long id,
String schemaTarget) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<JobInstanceExecutions> |
DefaultTaskJobService.listTaskJobInstancesForJobName(org.springframework.data.domain.Pageable pageable,
String jobName) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.