Uses of Package
org.compass.gps.device.support.parallel

Packages that use org.compass.gps.device.support.parallel
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.hibernate.entities   
org.compass.gps.device.hibernate.indexer   
org.compass.gps.device.ibatis   
org.compass.gps.device.jpa   
org.compass.gps.device.jpa.indexer   
org.compass.gps.device.support.parallel   
org.compass.spring.device.hibernate.dep   
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.hibernate
AbstractParallelGpsDevice
          A base class for gps device that can parallel the index operation.
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.hibernate.dep
AbstractParallelGpsDevice
          A base class for gps device that can parallel the index operation.
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.hibernate.entities
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.hibernate.indexer
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.ibatis
AbstractParallelGpsDevice
          A base class for gps device that can parallel the index operation.
GenericIndexEntity
          A generic implementation of index entity.
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.jpa
AbstractParallelGpsDevice
          A base class for gps device that can parallel the index operation.
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.jpa.indexer
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
 

Classes in org.compass.gps.device.support.parallel used by org.compass.gps.device.support.parallel
IndexEntitiesIndexer
          Handles indexing of the list of IndexEntity.
IndexEntitiesPartitioner
          Partition a list of IndexEntity into a several groups of list of IndexEntity that can be indexed in parallel.
IndexEntity
          Represents a groups of indexable conetnt associated with a name and provides the list of sub indexes it will be indexed into (for parallel indexing).
ParallelIndexExecutor
          Indexes a list of groups of IndexEntity already partitioned using the provided IndexEntitiesIndexer.
 

Classes in org.compass.gps.device.support.parallel used by org.compass.spring.device.hibernate.dep
AbstractParallelGpsDevice
          A base class for gps device that can parallel the index operation.
 



Copyright (c) 2004-2008 The Compass Project.