| Modifier and Type | Method and Description |
|---|---|
static Optional<HibernateHandle> |
HibernateHandle.parse(String handleString) |
| Modifier and Type | Method and Description |
|---|---|
List<List<HibernateHandle>> |
SearchableDao.getAllSearchablesGroupedByType()
Deprecated.
since 5.2. Use
SearchableDao.getLatestSearchableHandlesGroupedByType() |
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<List<HibernateHandle>> |
HibernateSearchableDao.getAllSearchablesGroupedByType() |
List<HibernateHandle> |
HibernateSearchableDao.getLatestSearchableHandles(Class clazz) |
List<List<HibernateHandle>> |
HibernateSearchableDao.getLatestSearchableHandlesGroupedByType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReindexSubmitter.accept(List<HibernateHandle> handles) |
void |
ReindexSubmitter.submit(List<HibernateHandle> handles,
Map<String,String> additionalReindexingParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentBatchIndexer.accept(List<HibernateHandle> handles,
Progress progress) |
void |
AbstractBatchIndexer.accept(List<HibernateHandle> handles,
Progress progress)
The list of handles must be of the same class.
|
| Constructor and Description |
|---|
ConcurrentBatchIndexer(BiConsumer<List<HibernateHandle>,Progress> delegate,
Integer threadCount,
com.atlassian.tenant.impl.TenantIdSetter tenantIdSetter) |
| Modifier and Type | Method and Description |
|---|---|
List<HibernateHandle> |
ReIndexOption.filter(List<HibernateHandle> handles) |
abstract List<HibernateHandle> |
ReIndexOption.getHandles(SearchableDao dao) |
| Modifier and Type | Method and Description |
|---|---|
List<HibernateHandle> |
ReIndexOption.filter(List<HibernateHandle> handles) |
Copyright © 2003–2017 Atlassian. All rights reserved.