public interface IndexerMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
importIndex(java.lang.String indexDirPath) |
boolean |
importIndex(java.lang.String indexDirPath,
boolean ignoreLocalLock) |
static final java.lang.String TYPE
boolean importIndex(@Name(value="indexDirPath") @Description(value="Path on server file system where index content generated by oak-run is present") java.lang.String indexDirPath) throws java.io.IOException, CommitFailedException
java.io.IOException
CommitFailedException
boolean importIndex(@Name(value="indexDirPath") @Description(value="Path on server file system where index content generated by oak-run is present") java.lang.String indexDirPath, @Name(value="ignoreLocalLock") @Description(value="Useful for importing generated content during startup when IndexMBean instances might not be available") boolean ignoreLocalLock) throws java.io.IOException, CommitFailedException
java.io.IOException
CommitFailedException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"