| Modifier and Type | Method and Description |
|---|---|
DistributedProcessHandler.ModelWithDependencies<BatchModel> |
DefaultDistributedImportProcessHandler.createResultBatch(BatchModel batch) |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
ImportProcessInitializationContext.initializeProcess() |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
ImportProcessExecutionAnalysisContext.prepareProcessForNextExecution() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
ImportProcessInitializationContext.firstExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
ImportProcessExecutionAnalysisContext.nextExecutionInputBatches() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
DistributedProcessHandler.ProcessInitializationContext.firstExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
DistributedProcessHandler.ProcessCreationContext.initialBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
DistributedProcessHandler.ProcessExecutionAnalysisContext.nextExecutionInputBatches() |
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessHandler.ModelWithDependencies<BatchModel> |
SimpleAbstractDistributedProcessHandler.createResultBatch(BatchModel inputBatch) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
SimpleDistributedProcessInitializationContext.firstExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
SimpleProcessCreationContext.initialBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
SimpleNextTurnContext.nextExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
SimpleDistributedProcessExecutionAnalysisContext.nextExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
SimpleAbstractTurnContext.nextExecutionInputBatches() |
| Modifier and Type | Method and Description |
|---|---|
protected DistributedProcessHandler.ModelWithDependencies<BatchModel> |
DefaultIndexerProcessCreationContext.prepareBatch(SimpleBatchCreationData data) |
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
Y2YSyncProcessCreationContext.createProcessModel() |
DistributedProcessHandler.ModelWithDependencies<BatchModel> |
Y2YSyncDistributedProcessHandler.createResultBatch(BatchModel inputBatch) |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
Y2YSyncProcessInitializationContext.initializeProcess() |
DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel> |
Y2YSyncProcessAnalysisContext.prepareProcessForNextExecution() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
Y2YSyncProcessInitializationContext.firstExecutionInputBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
Y2YSyncProcessCreationContext.initialBatches() |
java.util.stream.Stream<DistributedProcessHandler.ModelWithDependencies<BatchModel>> |
Y2YSyncProcessAnalysisContext.nextExecutionInputBatches() |
Copyright © 2018 SAP SE. All Rights Reserved.