Package | Description |
---|---|
com.atlassian.jira.index | |
com.atlassian.jira.issue.util | |
com.atlassian.jira.util | |
com.atlassian.jira.util.collect |
Modifier and Type | Interface and Description |
---|---|
static interface |
Index.Manager
Management of an
Index |
interface |
IndexingStrategy
Implementations determine how we do multi-threading for reindex-all.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiThreadedIndexingStrategy
Wraps another
IndexingStrategy with an Executor . |
class |
SimpleIndexingStrategy |
Modifier and Type | Interface and Description |
---|---|
interface |
IssueIterator |
Modifier and Type | Field and Description |
---|---|
static Consumer<Closeable> |
Closeable.CLOSE
Simple
Consumer implementation that closes all elements. |
Constructor and Description |
---|
CompositeCloseable(Closeable closeable,
Closeable closeable2) |
Constructor and Description |
---|
CompositeCloseable(Collection<Closeable> closeables) |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIterator<E>
For iterators that need to be closed after use.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.