Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.partition.support Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractPartitionHandlerBase PartitionHandler implementation providing common basefeatures.Classorg.springframework.batch.core.partition.supportSpring Batch
DefaultStepExecutionAggregatorConvenience class for aggregating a set of StepExecution instancesinto a single result.Classorg.springframework.batch.core.partition.supportSpring Batch
MultiResourcePartitionerassociates their file names with execution context keys.Classorg.springframework.batch.core.partition.supportSpring Batch
PartitionerCentral strategy interface for creating input parameters for a partitionedstep in the form of ExecutionContext instances.Interfaceorg.springframework.batch.core.partition.supportSpring Batch
PartitionNameProviderOptional interface for Partitioner implementations that need to use acustom naming scheme for partitions.Interfaceorg.springframework.batch.core.partition.supportSpring Batch
PartitionStepload using a PartitionHandler.Classorg.springframework.batch.core.partition.supportSpring Batch
RemoteStepExecutionAggregatorConvenience class for aggregating a set of StepExecution instanceswhen the input comes from remote steps, so the data need to be refreshed fromClassorg.springframework.batch.core.partition.supportSpring Batch
SimplePartitionerSimplest possible implementation of Partitioner.Classorg.springframework.batch.core.partition.supportSpring Batch
SimpleStepExecutionSplitterGeneric implementation of StepExecutionSplitter that delegates to aPartitioner to generate ExecutionContext instances.Classorg.springframework.batch.core.partition.supportSpring Batch
StepExecutionAggregatorStrategy for a aggregating step executions, usually when they are the resultof partitioned or remote execution.Interfaceorg.springframework.batch.core.partition.supportSpring Batch
TaskExecutorPartitionHandlerA PartitionHandler that uses a TaskExecutor to execute thepartitioned Step locally in multiple threads.Classorg.springframework.batch.core.partition.supportSpring Batch