Uses of Interface
com.continuent.tungsten.replicator.database.EventId

Packages that use EventId
com.continuent.tungsten.replicator.database   
 

Uses of EventId in com.continuent.tungsten.replicator.database
 

Classes in com.continuent.tungsten.replicator.database that implement EventId
 class MySQLEventId
          Implements a MySQL event ID, which have the following form:

 class OracleEventId
          This class defines a OracleEventId
 

Methods in com.continuent.tungsten.replicator.database that return EventId
 EventId EventIdFactory.createEventId(java.lang.String rawEventId)
          Return proper instance for a raw event ID or null if type cannot be discovered.
 

Methods in com.continuent.tungsten.replicator.database with parameters of type EventId
 int EventId.compareTo(EventId eventId)
          Compares two event IDs using the file index and offset as determinants for collation.
 int MySQLEventId.compareTo(EventId eventId)
          Compares two event IDs using the file index and offset as determinants for collation.
 int OracleEventId.compareTo(EventId eventId)
          Compares two event IDs using the file index and offset as determinants for collation.