org.apache.flume.tools
Interface EventValidator
public interface EventValidator
Event Validator interface to be used for validating Events
per custom logic
Method Summary |
boolean |
validateEvent(Event event)
Validate the Event in a application specific manner |
NOOP_VALIDATOR
static final EventValidator NOOP_VALIDATOR
validateEvent
boolean validateEvent(Event event)
- Validate the Event in a application specific manner
- Parameters:
event
- Flume Event
- Returns:
- true if Event is valid as per App Logic
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.