Uses of Interface
org.compass.gps.device.support.parallel.ParallelIndexExecutor

Packages that use ParallelIndexExecutor
org.compass.gps.device.support.parallel   
 

Uses of ParallelIndexExecutor in org.compass.gps.device.support.parallel
 

Classes in org.compass.gps.device.support.parallel that implement ParallelIndexExecutor
 class ConcurrentParallelIndexExecutor
          Executes the indexing process using sevearl threads based on the partitioned list of index entities.
 class SameThreadParallelIndexExecutor
          Executes the indexing process on the same thread (and naturally using a single thread).
 

Methods in org.compass.gps.device.support.parallel with parameters of type ParallelIndexExecutor
 void AbstractParallelGpsDevice.setParallelIndexExecutor(ParallelIndexExecutor parallelIndexExecutor)
          Sets the parallel index executor.
 



Copyright (c) 2004-2008 The Compass Project.