Interface IndexerMBean
-
- All Known Implementing Classes:
IndexerMBeanImpl
@ProviderType public interface IndexerMBean
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
importIndex(java.lang.String indexDirPath)
boolean
importIndex(java.lang.String indexDirPath, boolean ignoreLocalLock)
-
-
-
Field Detail
-
TYPE
static final java.lang.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") java.lang.String indexDirPath) throws java.io.IOException, CommitFailedException
- Throws:
java.io.IOException
CommitFailedException
-
importIndex
boolean importIndex(@Name("indexDirPath") @Description("Path on server file system where index content generated by oak-run is present") java.lang.String indexDirPath, @Name("ignoreLocalLock") @Description("Useful for importing generated content during startup when IndexMBean instances might not be available") boolean ignoreLocalLock) throws java.io.IOException, CommitFailedException
- Throws:
java.io.IOException
CommitFailedException
-
-