T - type of datapublic interface DataflowJob<T>
extends org.apache.shardingsphere.elasticjob.api.ElasticJob
| Modifier and Type | Method and Description |
|---|---|
List<T> |
fetchData(org.apache.shardingsphere.elasticjob.api.ShardingContext shardingContext)
Fetch to be processed data.
|
void |
processData(org.apache.shardingsphere.elasticjob.api.ShardingContext shardingContext,
List<T> data)
Process data.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.