Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加批量处理功能导致的作业类型接口变更 #58

Closed
terrymanu opened this issue Mar 9, 2016 · 1 comment
Closed

增加批量处理功能导致的作业类型接口变更 #58

terrymanu opened this issue Mar 9, 2016 · 1 comment

Comments

@terrymanu
Copy link
Member

便于分类清晰,将com.dangdang.ddframe.job.plugin.job.type.AbstractSimpleElasticJob移动至com.dangdang.ddframe.job.plugin.job.type.simple.AbstractSimpleElasticJob,数据流作业类型移动至com.dangdang.ddframe.job.plugin.job.type.dataflow包

由于功能提升导致之前的数据流作业接口由2个变为4个,原AbstractThroughputDataFlowElasticJob和AbstractSequenceDataFlowElasticJob改变为AbstractIndividualThroughputDataFlowElasticJob、AbstractIndividualSequenceDataFlowElasticJob,并增加2种作业类型:AbstractBatchThroughputDataFlowElasticJob、AbstractBatchSequenceDataFlowElasticJob

@terrymanu
Copy link
Member Author

fixed at 1.0.4

@terrymanu terrymanu changed the title [Refactor] 增加批量处理功能导致的作业类型接口变更 增加批量处理功能导致的作业类型接口变更 Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant