|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IndexEntitiesIndexer in org.compass.gps.device.hibernate |
|---|
| Methods in org.compass.gps.device.hibernate that return IndexEntitiesIndexer | |
|---|---|
protected IndexEntitiesIndexer |
HibernateGpsDevice.doGetIndexEntitiesIndexer()
|
| Uses of IndexEntitiesIndexer in org.compass.gps.device.hibernate.dep |
|---|
| Methods in org.compass.gps.device.hibernate.dep that return IndexEntitiesIndexer | |
|---|---|
protected IndexEntitiesIndexer |
AbstractHibernateGpsDevice.doGetIndexEntitiesIndexer()
|
| Uses of IndexEntitiesIndexer in org.compass.gps.device.hibernate.indexer |
|---|
| Subinterfaces of IndexEntitiesIndexer in org.compass.gps.device.hibernate.indexer | |
|---|---|
interface |
HibernateIndexEntitiesIndexer
Extends index enteties indexer and allows for the device to be set on it |
| Classes in org.compass.gps.device.hibernate.indexer that implement IndexEntitiesIndexer | |
|---|---|
class |
PaginationHibernateIndexEntitiesIndexer
A Hibernate indexer uses Hibernate pagination using setFirstResult
and setMaxResults. |
class |
ScrollableHibernateIndexEntitiesIndexer
A Hibernate indexer uses Hibernate ScrollableResults to index the database
instead of using setFirstResult and setMaxResults. |
| Uses of IndexEntitiesIndexer in org.compass.gps.device.ibatis |
|---|
| Methods in org.compass.gps.device.ibatis that return IndexEntitiesIndexer | |
|---|---|
protected IndexEntitiesIndexer |
SqlMapClientGpsDevice.doGetIndexEntitiesIndexer()
|
| Uses of IndexEntitiesIndexer in org.compass.gps.device.jpa |
|---|
| Methods in org.compass.gps.device.jpa that return IndexEntitiesIndexer | |
|---|---|
protected IndexEntitiesIndexer |
JpaGpsDevice.doGetIndexEntitiesIndexer()
|
| Uses of IndexEntitiesIndexer in org.compass.gps.device.jpa.indexer |
|---|
| Subinterfaces of IndexEntitiesIndexer in org.compass.gps.device.jpa.indexer | |
|---|---|
interface |
JpaIndexEntitiesIndexer
Extends index enteties indexer and allows for the device to be set on it |
| Classes in org.compass.gps.device.jpa.indexer that implement IndexEntitiesIndexer | |
|---|---|
class |
DefaultJpaIndexEntitiesIndexer
The default JPA indexer. |
class |
HibernateJpaIndexEntitiesIndexer
A Hibernate indexer uses Hibernate ScrollableResults to index the database
instead of using setFirstResult and setMaxResults. |
class |
OpenJPAJpaIndexEntitiesIndexer
OpenJPA indexer that uses fetch plan to scroll the result set and index it. |
| Uses of IndexEntitiesIndexer in org.compass.gps.device.support.parallel |
|---|
| Methods in org.compass.gps.device.support.parallel that return IndexEntitiesIndexer | |
|---|---|
protected abstract IndexEntitiesIndexer |
AbstractParallelGpsDevice.doGetIndexEntitiesIndexer()
Returns an index entities indexer that knows how to index indexable entities. |
| Methods in org.compass.gps.device.support.parallel with parameters of type IndexEntitiesIndexer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||