Uses of Class
com.continuent.tungsten.replicator.prefetch.KeySelect

Packages that use KeySelect
com.continuent.tungsten.replicator.prefetch   
 

Uses of KeySelect in com.continuent.tungsten.replicator.prefetch
 

Methods in com.continuent.tungsten.replicator.prefetch with parameters of type KeySelect
 boolean SlowQueryCache.shouldExecute(KeySelect keySelect)
          Returns true if we have not heard of this query *or* if the query has exceeded the slow query limit.
 void SlowQueryCache.updateCache(KeySelect keySelect, long rowCount)
          Check for a slow query and update cache accordingly.