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

Packages that use IndexEntity
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   
 

Uses of IndexEntity in org.compass.gps.device.hibernate
 

Methods in org.compass.gps.device.hibernate that return IndexEntity
protected  IndexEntity[] HibernateGpsDevice.doGetIndexEntities()
           
 

Uses of IndexEntity in org.compass.gps.device.hibernate.dep
 

Classes in org.compass.gps.device.hibernate.dep that implement IndexEntity
 class HibernateEntityInfo
          A data holder used to index a specific Hibernate entity.
 

Methods in org.compass.gps.device.hibernate.dep that return IndexEntity
protected  IndexEntity[] AbstractHibernateGpsDevice.doGetIndexEntities()
           
 

Uses of IndexEntity in org.compass.gps.device.hibernate.entities
 

Classes in org.compass.gps.device.hibernate.entities that implement IndexEntity
 class EntityInformation
          A general Entity information to be used by the HibernateGpsDevice during the indexing process.
 

Uses of IndexEntity in org.compass.gps.device.hibernate.indexer
 

Methods in org.compass.gps.device.hibernate.indexer with parameters of type IndexEntity
 void ScrollableHibernateIndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
           
 void PaginationHibernateIndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
           
 

Uses of IndexEntity in org.compass.gps.device.ibatis
 

Classes in org.compass.gps.device.ibatis that implement IndexEntity
 class SqlMapIndexEntity
           
 

Methods in org.compass.gps.device.ibatis that return IndexEntity
protected  IndexEntity[] SqlMapClientGpsDevice.doGetIndexEntities()
           
 

Uses of IndexEntity in org.compass.gps.device.jpa
 

Methods in org.compass.gps.device.jpa that return IndexEntity
protected  IndexEntity[] JpaGpsDevice.doGetIndexEntities()
           
 

Uses of IndexEntity in org.compass.gps.device.jpa.indexer
 

Methods in org.compass.gps.device.jpa.indexer with parameters of type IndexEntity
 void OpenJPAJpaIndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
           
 void HibernateJpaIndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
           
 void DefaultJpaIndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
           
 

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

Classes in org.compass.gps.device.support.parallel that implement IndexEntity
 class GenericIndexEntity
          A generic implementation of index entity.
 

Methods in org.compass.gps.device.support.parallel that return IndexEntity
protected abstract  IndexEntity[] AbstractParallelGpsDevice.doGetIndexEntities()
          Returns all the indexed entities for this device.
 IndexEntity[][] SubIndexIndexEntitiesPartitioner.partition(IndexEntity[] entities)
           
 IndexEntity[][] IndexEntitiesPartitioner.partition(IndexEntity[] entities)
          Partitions a list of index entities into several groups of lists of index entities that can be indexed in parallel.
 

Methods in org.compass.gps.device.support.parallel with parameters of type IndexEntity
 IndexEntity[][] SubIndexIndexEntitiesPartitioner.partition(IndexEntity[] entities)
           
 IndexEntity[][] IndexEntitiesPartitioner.partition(IndexEntity[] entities)
          Partitions a list of index entities into several groups of lists of index entities that can be indexed in parallel.
 void IndexEntitiesIndexer.performIndex(CompassSession session, IndexEntity[] entities)
          Performs the actual indexing of the list of index entities.
 void SameThreadParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Performs the indexing process using the same thread (and naturally using a single thread).
 void ParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Indexes a list of groups of index entities already partitioned using the provided index entities indexer.
 void ConcurrentParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Performs the indexing process using the provided index entities indexer.
 



Copyright (c) 2004-2008 The Compass Project.