| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.index.MockIndexDirectoryFactory |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Produce an object.
| |||||||||||
Sets the Indexing Mode - one of either DIRECT or QUEUED.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.issue.index.IndexDirectoryFactory
| |||||||||||||||||
From interface
com.atlassian.jira.util.Supplier
| |||||||||||||||||
Produce an object. Retrieve an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
Sets the Indexing Mode - one of either DIRECT or QUEUED.
| mode | the indexing mode. |
|---|

