|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Closeable | |
---|---|
com.atlassian.jira.index | |
com.atlassian.jira.issue.util | |
com.atlassian.jira.util | |
com.atlassian.jira.util.collect |
Uses of Closeable in com.atlassian.jira.index |
---|
Subinterfaces of Closeable in com.atlassian.jira.index | |
---|---|
static interface |
Index.Manager
Management of an Index |
interface |
IndexingStrategy
Implementations determine how we do multi-threading for reindex-all. |
Classes in com.atlassian.jira.index that implement Closeable | |
---|---|
class |
MultiThreadedIndexingStrategy
Wraps another IndexingStrategy with an Executor . |
class |
SimpleIndexingStrategy
|
Uses of Closeable in com.atlassian.jira.issue.util |
---|
Subinterfaces of Closeable in com.atlassian.jira.issue.util | |
---|---|
interface |
IssueIterator
|
Uses of Closeable in com.atlassian.jira.util |
---|
Fields in com.atlassian.jira.util with type parameters of type Closeable | |
---|---|
static Consumer<Closeable> |
Closeable.CLOSE
Simple Consumer implementation that closes all elements. |
Constructors in com.atlassian.jira.util with parameters of type Closeable | |
---|---|
CompositeCloseable(Closeable closeable,
Closeable closeable2)
|
Constructor parameters in com.atlassian.jira.util with type arguments of type Closeable | |
---|---|
CompositeCloseable(Collection<Closeable> closeables)
|
Uses of Closeable in com.atlassian.jira.util.collect |
---|
Subinterfaces of Closeable in com.atlassian.jira.util.collect | |
---|---|
interface |
CloseableIterator<E>
For iterators that need to be closed after use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |