E - public class GlobalRecordIterator<E> extends AbstractRecordIterator<E>
| Modifier and Type | Field and Description |
|---|---|
private IDBResource |
dbResource |
private IEntityMetaManager |
entityMetaManager |
static org.slf4j.Logger |
LOG |
clazz, latestId, maxId, pkName, query, recordQ, step, STEPdbCluster, primaryCache, secondCache, txManager| Constructor and Description |
|---|
GlobalRecordIterator(GlobalDBResource dbResource,
Class<E> clazz) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
获取此遍历器需要遍历的结果集总数.
|
long |
getMaxId() |
boolean |
hasNext() |
getStep, next, nextMore, remove, setQuery, setStepselectByPksWithCache, selectByQuery, selectBySql, selectCountByQuery, selectCountWithCache, selectPksByQueryfillParam, getDBCluster, getPrimaryCache, getSecondCache, getTransactionManager, isCacheAvailable, isCacheAvailable, isSecondCacheAvailable, isSecondCacheAvailable, setDBCluster, setPrimaryCache, setSecondCache, setTransactionManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDBCluster, getPrimaryCache, getSecondCache, getTransactionManager, setDBCluster, setPrimaryCache, setSecondCache, setTransactionManagerpublic static final org.slf4j.Logger LOG
private IDBResource dbResource
private IEntityMetaManager entityMetaManager
public GlobalRecordIterator(GlobalDBResource dbResource, Class<E> clazz)
public long getMaxId()
getMaxId in class AbstractRecordIterator<E>public long getCount()
IRecordIteratorpublic boolean hasNext()
Copyright © 2015. All rights reserved.