|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotThreadSafe public interface EntityParser<E>
Nested Class Summary | |
---|---|
static interface |
EntityParser.Builder<E>
Knows how to build EntityParser s. |
Method Summary | |
---|---|
E |
parse(Event event,
E reuse)
Parse a Kite entity from a Flume event |
Method Detail |
---|
E parse(Event event, E reuse) throws EventDeliveryException, NonRecoverableEventException
event
- The event to parsereuse
- If non-null, this may be reused and returned
EventDeliveryException
- A recoverable error during parsing. Parsing
can be safely retried.
NonRecoverableEventException
- A non-recoverable error during
parsing. The event must be discarded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |