Interface NativeDataTarget
- All Known Subinterfaces:
INativeHandler
- All Known Implementing Classes:
NativeBatchProcessor
@Private
public interface NativeDataTarget
NativeDataTarge sends data to downstream
-
Method Summary
Modifier and TypeMethodDescriptionvoidSends a signal that there is no more dataGets the output buffer.voidsendData()Sends a signal to indicate that the data has been stored in output buffer
-
Method Details
-
sendData
Sends a signal to indicate that the data has been stored in output buffer- Throws:
IOException
-
finishSendData
Sends a signal that there is no more data- Throws:
IOException
-
getOutputBuffer
OutputBuffer getOutputBuffer()Gets the output buffer.
-