com.continuent.tungsten.replicator.thl.log
Interface LogEventReadFilter


public interface LogEventReadFilter

Denotes a class that decides whether to accept and deserialize the next replication event in the log. This is used to implement query logic over scans within the log.

Author:
Robert Hodges

Method Summary
 boolean accept(LogEventReplReader reader)
          Returns true if the reader contains an event that should be deserialized.
 

Method Detail

accept

boolean accept(LogEventReplReader reader)
               throws ReplicatorException
Returns true if the reader contains an event that should be deserialized.

Throws:
ReplicatorException