Interface IndexerMBean
-
- All Known Implementing Classes:
IndexerMBeanImpl
@ProviderType public interface IndexerMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
importIndex(String indexDirPath)
boolean
importIndex(String indexDirPath, boolean ignoreLocalLock)
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-