| Modifier and Type | Method and Description |
|---|---|
Progress |
LongRunningReIndexTaskStatus.getProgress() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
Progress progress)
Deprecated.
Use
ReIndexer.reIndex(Progress) instead. |
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress)
Deprecated.
Use
ReIndexer.reIndex(Progress) instead. |
default void |
ReIndexer.reIndex(Progress progress)
Triggers a system wide re-index.
|
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
Progress progress)
Deprecated.
since 6.0. Use
ReIndexer.reIndex(EnumSet, Progress) instead. |
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress)
Deprecated.
since 6.0. Use
ReIndexer.reIndex(EnumSet, SearchQuery, Progress) instead. |
| 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.
|
protected abstract void |
AbstractBatchIndexer.doIndex(List<? extends com.atlassian.bonnie.Searchable> searchables,
Progress progress) |
| Constructor and Description |
|---|
ConcurrentBatchIndexer(BiConsumer<List<HibernateHandle>,Progress> delegate,
Integer threadCount,
com.atlassian.tenant.impl.TenantIdSetter tenantIdSetter) |
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneBatchIndexer.doIndex(List<? extends com.atlassian.bonnie.Searchable> searchables,
Progress progress) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> options,
Progress progress) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress) |
| Modifier and Type | Method and Description |
|---|---|
Progress |
ReIndexTaskStatus.getProgress() |
abstract Progress |
ReIndexTask.getProgress()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Progress |
LuceneReIndexTask.getProgress() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProgress
Thread-safe class for tracking progress.
|
Copyright © 2003–2017 Atlassian. All rights reserved.