java.lang.Object | |
↳ | com.atlassian.jira.index.DefaultIndex |
Uses a DefaultIndex.Engine to perform actual writes to an index.
Nested Classes | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DefaultIndex.Failure | Indicate that an operation failed. | ||||||||||||
DefaultIndex.Success | Indicate that an operation completed successfully. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Closes this stream and releases any system resources associated with it.
| |||||||||||
Perform an
Index.Operation on the index. |
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
| |||||||||||||
![]()
| |||||||||||||
![]() |
Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
Perform an Index.Operation
on the index.
operation | the work to do. |
---|