Package com.atlassian.jira.index.ha
Class IndexPerformAndSubpath
java.lang.Object
com.atlassian.jira.index.ha.IndexPerformAndSubpath
- All Implemented Interfaces:
Function<Index.Operation,
Index.Result>
public class IndexPerformAndSubpath
extends Object
implements Function<Index.Operation,Index.Result>
Encapsulation of specific index's Index#perform lambda function and its relative subpath to indexes root directory.
- Since:
- v8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexPerformAndSubpath
(Function<Index.Operation, Index.Result> indexPerform, Path indexSubpath) -
Method Summary
-
Constructor Details
-
IndexPerformAndSubpath
public IndexPerformAndSubpath(Function<Index.Operation, Index.Result> indexPerform, Path indexSubpath)
-
-
Method Details
-
getIndexSubpath
-
apply
- Specified by:
apply
in interfaceFunction<Index.Operation,
Index.Result>
-
toString
-