Uses of Class
com.continuent.tungsten.replicator.thl.log.LogIndexEntry

Packages that use LogIndexEntry
com.continuent.tungsten.replicator.thl.log   
 

Uses of LogIndexEntry in com.continuent.tungsten.replicator.thl.log
 

Methods in com.continuent.tungsten.replicator.thl.log that return types with arguments of type LogIndexEntry
 java.util.List<LogIndexEntry> LogIndex.getIndexCopy()
          Returns a copy of the index entries in sorted order.
 

Methods in com.continuent.tungsten.replicator.thl.log with parameters of type LogIndexEntry
 int LogIndexEntry.compareTo(LogIndexEntry o)
          Implementation required for Comparable so that we can sort entries.