Interface DataInputToObjectCollector
- All Known Implementing Classes:
DataInputToObjectCollectorSerializable
public interface DataInputToObjectCollector
Collects an object from
DataInput
and emits the object to an emitter.-
Method Summary
Modifier and TypeMethodDescriptionvoid
collect
(DataInputToObjectCollectorContext context) Reads providedDataInput
and emits an object using the provided emitter.
-
Method Details
-
collect
Reads providedDataInput
and emits an object using the provided emitter.- Parameters:
context
- contains input and emitter- Throws:
IOException
- when the read operation cannot be completed
-