public interface Collector
| Modifier and Type | Method and Description |
|---|---|
void |
collect(java.lang.Object input)
Other classes will call collect() with the data that it has.
|
void collect(java.lang.Object input)
throws HiveException
input - HiveExceptionCopyright © 2012 The Apache Software Foundation