Package | Description |
---|---|
com.atlassian.confluence.search.elasticsearch | |
com.atlassian.confluence.search.elasticsearch.tasks |
Modifier and Type | Method and Description |
---|---|
ESTask |
ESIndexTaskFactory.newIndexTask(String type,
String message) |
protected ESTask |
ESJournalIndexTaskQueue.toTask(JournalEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected Optional<JournalEntry> |
ESJournalIndexTaskQueue.toEntry(ESTask task) |
Constructor and Description |
---|
ESIndexManager(SearchableDao searchableDao,
IndexTaskQueue<ESTask> taskQueue,
ESIndexQueueFlusher esIndexQueueFlusher,
ReIndexer reIndexer,
Runnable unIndexer) |
ESIndexQueueFlusher(DarkFeaturesManager darkFeaturesManager,
IndexTaskQueue<ESTask> esIndexTaskQueue,
org.elasticsearch.client.Client client,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractESTask
Abstract base class for ES tasks.
|
class |
ESDeleteAllChangesTask
Removes all change documents of a content object.
|
class |
ESDeleteContentTypeTask |
class |
ESDeleteSpaceTask
Remove all space objects.
|
class |
ESDeleteTask
Index task that deletes a searchable from elasticsearch.
|
class |
ESIndexAllChangesTask
Update all change documents of a single content object
|
class |
ESIndexAllUsersTask
Index all personal info having associated user
|
class |
ESIndexChangeTask
Index task that indexes a version of a searchable as change to elasticsearch.
|
class |
ESIndexIncludingChangesTask
Index content object including its history.
|
class |
ESIndexIncludingDependantsTask
Index task that indexes a version of a searchable to elasticsearch.
|
class |
ESIndexTask |
class |
ESIndexUsersInGroupTask
Index task that indexes personal info of all users in a group.
|
Modifier and Type | Method and Description |
---|---|
ESTask |
ESIndexUsersInGroupTask.order(long order) |
ESTask |
ESDeleteContentTypeTask.order(long order) |
ESTask |
AbstractESTask.order(long order) |
ESTask |
ESDeleteAllChangesTask.order(long order) |
ESTask |
ESTask.order(long order)
Set order of the task used for optimistic concurrency control
|
ESTask |
ESIndexAllUsersTask.order(long order) |
ESTask |
ESDeleteTask.order(long order) |
ESTask |
ESDeleteSpaceTask.order(long order) |
Copyright © 2003–2017 Atlassian. All rights reserved.