|
Class Summary |
| AbstractPartitioner |
Base class providing share functionality for batch Partitioner. |
| AbstractPartitionHandler |
Base implementation of Spring Batch PartitionHandler handling
partitioning for Yarn containers. |
| SplitterPartitioner |
Implementation of Partitioner that locates multiple resources and
associates their file names with execution context keys. |
| SplitterPartitionHandler |
Implementation of Spring Batch PartitionHandler which does
partitioning based on number of input files from HDFS. |
| StaticPartitionHandler |
Implementation of Spring Batch PartitionHandler which does
partitioning based on static grid size. |