Interface IndexerMBean
- All Known Implementing Classes:
IndexerMBeanImpl
@ProviderType
public interface IndexerMBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
importIndex
(String indexDirPath) boolean
importIndex
(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:
IOException
CommitFailedException
-
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:
IOException
CommitFailedException
-