@ProviderType
public interface IndexerMBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
importIndex(String indexDirPath) |
boolean |
importIndex(String indexDirPath,
boolean ignoreLocalLock) |
static final String TYPE
boolean importIndex(@Name(value="indexDirPath") @Description(value="Path on server file system where index content generated by oak-run is present") String indexDirPath) throws IOException, CommitFailedException
IOExceptionCommitFailedExceptionboolean importIndex(@Name(value="indexDirPath") @Description(value="Path on server file system where index content generated by oak-run is present") String indexDirPath, @Name(value="ignoreLocalLock") @Description(value="Useful for importing generated content during startup when IndexMBean instances might not be available") boolean ignoreLocalLock) throws IOException, CommitFailedException
IOExceptionCommitFailedExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.