Package | Description |
---|---|
org.springframework.cloud.task.repository.dao |
Interface DAO and default implementations for storing and retrieving data for tasks
from a repository.
|
org.springframework.cloud.task.repository.support |
Classes used for setting up and supporting a task repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcTaskExecutionDao
Stores Task Execution Information to a JDBC DataSource.
|
class |
MapTaskExecutionDao
Stores Task Execution Information to a in-memory map.
|
Modifier and Type | Method and Description |
---|---|
TaskExecutionDao |
TaskExecutionDaoFactoryBean.getObject() |
TaskExecutionDao |
SimpleTaskRepository.getTaskExecutionDao()
Retrieves the taskExecutionDao associated with this repository.
|
Constructor and Description |
---|
SimpleTaskRepository(org.springframework.beans.factory.FactoryBean<TaskExecutionDao> taskExecutionDaoFactoryBean) |
SimpleTaskRepository(org.springframework.beans.factory.FactoryBean<TaskExecutionDao> taskExecutionDaoFactoryBean,
Integer maxExitMessageSize,
Integer maxTaskNameSize,
Integer maxErrorMessageSize) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.