Interface IndexerMBean
@ProviderType
public interface IndexerMBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanimportIndex(String indexDirPath) booleanimportIndex(String indexDirPath, boolean ignoreLocalLock)
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
importIndex
boolean importIndex(@Name("indexDirPath") @Description("Path on server file system where index content generated by oak-run is present") String indexDirPath) throws IOException, CommitFailedException - Throws:
IOExceptionCommitFailedException
-
importIndex
boolean importIndex(@Name("indexDirPath") @Description("Path on server file system where index content generated by oak-run is present") String indexDirPath, @Name("ignoreLocalLock") @Description("Useful for importing generated content during startup when IndexMBean instances might not be available") boolean ignoreLocalLock) throws IOException, CommitFailedException - Throws:
IOExceptionCommitFailedException
-