Modifier and Type | Method and Description |
---|---|
List<HibernateHandle> |
SearchableDao.getLatestSearchableHandles(Class clazz)
Finds a list of handles for the specified class.
|
List<List<HibernateHandle>> |
SearchableDao.getLatestSearchableHandlesGroupedByType()
Returns a list of latest searchable handles grouped by hibernate entity class.
|
Modifier and Type | Method and Description |
---|---|
HibernateHandle |
HibernateHandleResolver.getHandle(Object obj) |
Modifier and Type | Method and Description |
---|---|
List<HibernateHandle> |
HibernateSearchableDao.getLatestSearchableHandles(Class clazz) |
List<List<HibernateHandle>> |
HibernateSearchableDao.getLatestSearchableHandlesGroupedByType() |
Modifier and Type | Method and Description |
---|---|
List<HibernateHandle> |
ReIndexSpec.getHandles() |
Constructor and Description |
---|
ReIndexSpec(SearchQuery deleteQuery,
int concurrencyLevel,
List<HibernateHandle> handles,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
BatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
void |
ConcurrentBatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneBatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
abstract List<HibernateHandle> |
ReIndexOption.getHandles(SearchableDao dao) |
Constructor and Description |
---|
ObjectQueue(List<HibernateHandle> handles,
AnyTypeDao anyTypeDao) |
Copyright © 2003–2021 Atlassian. All rights reserved.