Interface IndexerMBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • 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,
                            @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