java.lang.Object | |
↳ | com.atlassian.jira.index.Operations |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an operation that delegates to another Operation and then runs the supplied
completionJob as soon as the operation is performed (in whatever thread the operation
is performed in).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create an operation that delegates to another Operation and then runs the supplied completionJob as soon as the operation is performed (in whatever thread the operation is performed in).
operation | the operation to delegate the actual work to. |
---|---|
completionJob | the Runnable instance that is run after the supplied operation completes. |