Package com.continuent.tungsten.replicator.prefetch

Class Summary
KeySelect Encapsulates data and statement generation logic for prefetching slices of indexes.
PrefetchApplier Implements a JDBC prefetcher.
PrefetchSqlTransformer Contains utility methods to perform standard transformations to aid prefetch.
PrefetchStore Implements a specialized store for handling slave prefetch from another replicator.
RbrChangeList Wrapper for a list of row changes to a set of tables, each of which is represented by a table change set.
RbrRowChange Encapsulates changes on a single row in a single table, providing access to the before and after images of the row data.
RbrRowImage Data for a single row, regardless of whether before or after the change.
RbrTableChangeSet Wrapper for a set of changes on a single table.
SlowQueryCache Implements a shared cache for slow prefetch queries.
 

Enum Summary
RbrRowImage.ImageType Images can be one of two types.