public class RemoteFilePartitioner
extends java.lang.Object
implements org.springframework.batch.core.partition.support.Partitioner
StepExecution
for each file.
Invokes the gateway flow via RemoteFilePartitioner.Gateway
.Modifier and Type | Class and Description |
---|---|
static interface |
RemoteFilePartitioner.Gateway |
Constructor and Description |
---|
RemoteFilePartitioner(RemoteFilePartitioner.Gateway gateway,
java.lang.String remoteDirectory) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,org.springframework.batch.item.ExecutionContext> |
partition(int gridSize) |
public RemoteFilePartitioner(RemoteFilePartitioner.Gateway gateway, java.lang.String remoteDirectory)