@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 © 2024 The Apache Software Foundation. All rights reserved.