Uses of Interface
com.atlassian.jira.util.Closeable
Packages that use Closeable
Package
Description
-
Uses of Closeable in com.atlassian.jira.index
Subinterfaces of Closeable in com.atlassian.jira.indexModifier and TypeInterfaceDescriptionstatic interfaceManagement of anIndexinterfaceImplementations determine how we do multi-threading for reindex-all.Classes in com.atlassian.jira.index that implement CloseableModifier and TypeClassDescriptionclassUses aDefaultIndex.Engineto perform actual writes to an index.classThread-safe container that manages our currentIndexSearcherandWriter.protected static classThread-safe holder of the current WriterclassWraps anotherIndexingStrategywith anExecutor.classclass -
Uses of Closeable in com.atlassian.jira.index.ha.backup
Classes in com.atlassian.jira.index.ha.backup that implement CloseableModifier and TypeClassDescriptionclassManages multi-step creation of an archive. -
Uses of Closeable in com.atlassian.jira.issue.util
Subinterfaces of Closeable in com.atlassian.jira.issue.util -
Uses of Closeable in com.atlassian.jira.plugins.indexanalyzer.impl
Classes in com.atlassian.jira.plugins.indexanalyzer.impl that implement Closeable -
Uses of Closeable in com.atlassian.jira.util
Classes in com.atlassian.jira.util that implement CloseableFields in com.atlassian.jira.util with type parameters of type CloseableModifier and TypeFieldDescriptionCloseable.CLOSESimpleConsumerimplementation that closes all elements.Constructors in com.atlassian.jira.util with parameters of type CloseableConstructor parameters in com.atlassian.jira.util with type arguments of type Closeable -
Uses of Closeable in com.atlassian.jira.util.collect
Subinterfaces of Closeable in com.atlassian.jira.util.collectModifier and TypeInterfaceDescriptioninterfaceFor iterators that need to be closed after use.