Class DBActiveIssuesIterator
java.lang.Object
com.atlassian.jira.plugins.indexanalyzer.impl.DBActiveIssuesIterator
- All Implemented Interfaces:
Closeable,CloseableIterator<IssueData>,Closeable,AutoCloseable,Iterator<IssueData>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.util.collect.CloseableIterator
CloseableIterator.Functions, CloseableIterator.ListResolver<T> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDBActiveIssuesIterator(OfBizListIterator ofBizListIterator, Set<Long> archivedProjectIds) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
REQUIRED_FIELDS
-
-
Constructor Details
-
DBActiveIssuesIterator
-
-
Method Details
-
remove
public void remove()Description copied from interface:CloseableIteratorUnsupported operation. -
close
public void close()Description copied from interface:CloseableCloses this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect. -
hasNext
public boolean hasNext() -
next
-