@InterfaceAudience.Public @InterfaceStability.Stable public interface Collector
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Object input)
Other classes will call collect() with the data that it has.
|
void collect(Object input) throws HiveException
input - HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.