public class MyTISMIndexEntitiesUpdater
extends java.lang.Object
Constructor and Description |
---|
MyTISMIndexEntitiesUpdater(DBManLocalI _dbm,
org.compass.gps.device.support.parallel.IndexEntity[] _entities,
long _startAtBTId,
int _fetchSize) |
MyTISMIndexEntitiesUpdater(DBManLocalI _dbm,
org.compass.gps.device.support.parallel.IndexEntity[] _entities,
long _startAtBTId,
int _fetchSize,
IndexingListenerI _indexingListener) |
MyTISMIndexEntitiesUpdater(DBManLocalI _dbm,
org.compass.gps.device.support.parallel.IndexEntity[] _entities,
long _startAtBTId,
int _fetchSize,
IndexingListenerI _indexingListener,
boolean _indexDeletedBOs) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DBManLocalI |
getDbm() |
SchemaVsIndexDiff |
getDiff() |
org.compass.gps.device.support.parallel.IndexEntity[] |
getEntities() |
org.compass.gps.device.support.parallel.IndexEntity |
getEntities(int $16) |
IndexerQueryResultsBP |
getFetcher() |
int |
getFetchSize() |
java.lang.Boolean |
getIndexDeletedBOsOld() |
IndexingListenerI |
getIndexingListener() |
java.util.Date |
getOldestIndexLmod(org.compass.gps.device.support.parallel.IndexEntity[] _entities) |
boolean |
isDone() |
boolean |
isIndexDeletedBOs() |
void |
logStatus() |
void |
safeSetMaxId(long _id) |
void |
setDbm(DBManLocalI $8) |
void |
setDiff(SchemaVsIndexDiff $12) |
void |
setEntities(org.compass.gps.device.support.parallel.IndexEntity[] $15) |
void |
setEntities(int $17,
org.compass.gps.device.support.parallel.IndexEntity $18) |
void |
setFetcher(IndexerQueryResultsBP $14) |
void |
setFetchSize(int $13) |
void |
setIndexDeletedBOs(boolean $9) |
void |
setIndexDeletedBOsOld(java.lang.Boolean $10) |
void |
setIndexingListener(IndexingListenerI $11) |
void |
updateIndex(org.compass.core.CompassSession _session) |
void |
updateIndexForEntity(org.compass.core.CompassIndexSession _session,
EntityI _entity,
java.util.ArrayList _idList,
boolean _indexDeletedBOs) |
public MyTISMIndexEntitiesUpdater(DBManLocalI _dbm, org.compass.gps.device.support.parallel.IndexEntity[] _entities, long _startAtBTId, int _fetchSize)
_dbm
- the DBManLocalI instance with which to load the BOs._fetchSize
- the "chunk size" which determines how many BOs (of a
given Entity) are loaded from the DB for indexing; should not be set to
high to avoid queries running to long and being automatically aborted.
Default is 50.000._indexingListener
- FIXME the MyTISMGpsDevice that handles updating
the index meta data._indexDeletedBOs
- if false deleted BOs will not be loaded and indexed
and if necessary be removed from the index; if true (the default) all BOs
will be loaded and indexed.public MyTISMIndexEntitiesUpdater(DBManLocalI _dbm, org.compass.gps.device.support.parallel.IndexEntity[] _entities, long _startAtBTId, int _fetchSize, IndexingListenerI _indexingListener)
public MyTISMIndexEntitiesUpdater(DBManLocalI _dbm, org.compass.gps.device.support.parallel.IndexEntity[] _entities, long _startAtBTId, int _fetchSize, IndexingListenerI _indexingListener, boolean _indexDeletedBOs)
public boolean isDone()
public void logStatus()
public void safeSetMaxId(long _id)
public void updateIndex(org.compass.core.CompassSession _session)
public void close()
public void updateIndexForEntity(org.compass.core.CompassIndexSession _session, EntityI _entity, java.util.ArrayList _idList, boolean _indexDeletedBOs)
public java.util.Date getOldestIndexLmod(org.compass.gps.device.support.parallel.IndexEntity[] _entities)
public DBManLocalI getDbm()
public void setDbm(DBManLocalI $8)
public boolean isIndexDeletedBOs()
public void setIndexDeletedBOs(boolean $9)
public java.lang.Boolean getIndexDeletedBOsOld()
public void setIndexDeletedBOsOld(java.lang.Boolean $10)
public IndexingListenerI getIndexingListener()
public void setIndexingListener(IndexingListenerI $11)
public SchemaVsIndexDiff getDiff()
public void setDiff(SchemaVsIndexDiff $12)
public int getFetchSize()
public void setFetchSize(int $13)
public IndexerQueryResultsBP getFetcher()
public void setFetcher(IndexerQueryResultsBP $14)
public org.compass.gps.device.support.parallel.IndexEntity[] getEntities()
public void setEntities(org.compass.gps.device.support.parallel.IndexEntity[] $15)
public org.compass.gps.device.support.parallel.IndexEntity getEntities(int $16)
public void setEntities(int $17, org.compass.gps.device.support.parallel.IndexEntity $18)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.