Class ProtocolDataWriter
java.lang.Object
org.jumpmind.symmetric.io.data.writer.AbstractProtocolDataWriter
org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter
- All Implemented Interfaces:
IDataResource
,IDataWriter
-
Field Summary
Fields inherited from class org.jumpmind.symmetric.io.data.writer.AbstractProtocolDataWriter
backwardsCompatible, baseTime, batch, context, delimiter, flushBatchId, flushNodeId, lastTime, listeners, log, noBinaryOldData, processedTables, sendCaptureTime, sendRowCaptureTime, sourceNodeId, statistics, table
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolDataWriter
(String sourceNodeId, Writer writer, boolean backwardsCompatible, boolean sendCaptureTime, boolean sendRowCaptureTime) ProtocolDataWriter
(String sourceNodeId, List<IProtocolDataWriterListener> listeners, Writer writer, boolean backwardsCompatible, boolean sendCaptureTime, boolean sendRowCaptureTime) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
notifyEndBatch
(Batch batch, IProtocolDataWriterListener listener) protected void
Methods inherited from class org.jumpmind.symmetric.io.data.writer.AbstractProtocolDataWriter
close, end, end, getDelimiter, getStatistics, open, println, println, println, printTime, setDelimiter, start, start, write
-
Constructor Details
-
ProtocolDataWriter
-
ProtocolDataWriter
public ProtocolDataWriter(String sourceNodeId, List<IProtocolDataWriterListener> listeners, Writer writer, boolean backwardsCompatible, boolean sendCaptureTime, boolean sendRowCaptureTime)
-
-
Method Details
-
endBatch
- Overrides:
endBatch
in classAbstractProtocolDataWriter
-
notifyEndBatch
- Specified by:
notifyEndBatch
in classAbstractProtocolDataWriter
-
print
- Specified by:
print
in classAbstractProtocolDataWriter
-