This project has retired. For details please refer to its
Attic page.
FieldMapProcessor (Sqoop 1.4.0-incubating API)
org.apache.sqoop.lib
Interface FieldMapProcessor
- All Known Subinterfaces:
- FieldMapProcessor
public interface FieldMapProcessor
Interface implemented by classes that process FieldMappable objects.
|
Method Summary |
void |
accept(FieldMappable record)
Allow arbitrary processing of a FieldMappable object. |
accept
void accept(FieldMappable record)
throws java.io.IOException,
ProcessingException
- Allow arbitrary processing of a FieldMappable object.
- Parameters:
record - an object which can emit a map of its field names to values.
- Throws:
java.io.IOException - if the processor encounters an IO error when
operating on this object.
ProcessingException - if the FieldMapProcessor encounters
a general processing error when operating on this object.
ProcessingException
Copyright © 2011 The Apache Software Foundation