Uses of Class
com.continuent.tungsten.replicator.extractor.mysql.BinlogReader

Packages that use BinlogReader
com.continuent.tungsten.replicator.extractor.mysql   
 

Uses of BinlogReader in com.continuent.tungsten.replicator.extractor.mysql
 

Methods in com.continuent.tungsten.replicator.extractor.mysql that return BinlogReader
 BinlogReader BinlogReader.clone()
          Clones the current reader position.
 

Methods in com.continuent.tungsten.replicator.extractor.mysql with parameters of type BinlogReader
static LogEvent LogEvent.readLogEvent(ReplicatorRuntime runtime, BinlogReader position, FormatDescriptionLogEvent descriptionEvent, boolean parseStatements, boolean useBytesForString, boolean prefetchSchemaNameLDI)