|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutgoingBatch | |
|---|---|
| org.jumpmind.symmetric.extract | |
| org.jumpmind.symmetric.extract.csv | |
| org.jumpmind.symmetric.model | |
| org.jumpmind.symmetric.service | |
| org.jumpmind.symmetric.service.impl | |
| Uses of OutgoingBatch in org.jumpmind.symmetric.extract |
|---|
| Methods in org.jumpmind.symmetric.extract that return OutgoingBatch | |
|---|---|
OutgoingBatch |
DataExtractorContext.getBatch()
|
| Methods in org.jumpmind.symmetric.extract with parameters of type OutgoingBatch | |
|---|---|
void |
IDataExtractor.begin(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
IDataExtractor.commit(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
DataExtractorContext.setBatch(OutgoingBatch batch)
|
| Uses of OutgoingBatch in org.jumpmind.symmetric.extract.csv |
|---|
| Methods in org.jumpmind.symmetric.extract.csv with parameters of type OutgoingBatch | |
|---|---|
void |
CsvExtractor14.begin(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor13.begin(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor10.begin(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor.begin(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor14.commit(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor13.commit(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor10.commit(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
void |
CsvExtractor.commit(OutgoingBatch batch,
java.io.BufferedWriter writer)
|
| Uses of OutgoingBatch in org.jumpmind.symmetric.model |
|---|
| Constructors in org.jumpmind.symmetric.model with parameters of type OutgoingBatch | |
|---|---|
OutgoingBatchHistory(OutgoingBatch batch)
|
|
| Uses of OutgoingBatch in org.jumpmind.symmetric.service |
|---|
| Methods in org.jumpmind.symmetric.service that return OutgoingBatch | |
|---|---|
OutgoingBatch |
IDataExtractorService.extractInitialLoadFor(Node node,
Trigger config,
java.io.BufferedWriter writer)
|
| Methods in org.jumpmind.symmetric.service that return types with arguments of type OutgoingBatch | |
|---|---|
java.util.List<OutgoingBatch> |
IOutgoingBatchService.getOutgoingBatcheErrors(int maxRows)
|
java.util.List<OutgoingBatch> |
IOutgoingBatchService.getOutgoingBatches(java.lang.String nodeId)
|
java.util.List<OutgoingBatch> |
IOutgoingBatchService.getOutgoingBatchRange(java.lang.String startBatchId,
java.lang.String endBatchId)
|
| Methods in org.jumpmind.symmetric.service with parameters of type OutgoingBatch | |
|---|---|
void |
IExtractListener.endBatch(OutgoingBatch batch)
Gets called only if batch has finished and is successful. |
void |
IOutgoingBatchService.insertOutgoingBatch(OutgoingBatch outgoingBatch)
|
void |
IOutgoingBatchService.markOutgoingBatchSent(OutgoingBatch batch)
Deprecated. |
void |
IExtractListener.startBatch(OutgoingBatch batch)
Gets called when the start of a batch is found. |
| Uses of OutgoingBatch in org.jumpmind.symmetric.service.impl |
|---|
| Methods in org.jumpmind.symmetric.service.impl that return OutgoingBatch | |
|---|---|
OutgoingBatch |
DataExtractorService.extractInitialLoadFor(Node node,
Trigger trigger,
java.io.BufferedWriter writer)
|
| Methods in org.jumpmind.symmetric.service.impl that return types with arguments of type OutgoingBatch | |
|---|---|
java.util.List<OutgoingBatch> |
OutgoingBatchService.getOutgoingBatcheErrors(int maxRows)
|
java.util.List<OutgoingBatch> |
OutgoingBatchService.getOutgoingBatches(java.lang.String nodeId)
Select batches to process. |
java.util.List<OutgoingBatch> |
OutgoingBatchService.getOutgoingBatchRange(java.lang.String startBatchId,
java.lang.String endBatchId)
|
| Methods in org.jumpmind.symmetric.service.impl with parameters of type OutgoingBatch | |
|---|---|
void |
OutgoingBatchService.insertOutgoingBatch(OutgoingBatch outgoingBatch)
|
void |
OutgoingBatchService.markOutgoingBatchSent(OutgoingBatch batch)
Deprecated. |
protected void |
DataExtractorService.writeInitialLoad(Node node,
Trigger trigger,
java.io.BufferedWriter writer,
OutgoingBatch batch,
DataExtractorContext ctx)
|
protected void |
DataExtractorService.writeInitialLoad(Node node,
Trigger trigger,
TriggerHistory hist,
java.io.BufferedWriter writer,
OutgoingBatch batch,
DataExtractorContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||