Class IndexMBeanRegistration

java.lang.Object
org.apache.jackrabbit.oak.plugins.index.IndexMBeanRegistration
All Implemented Interfaces:
Registration

public class IndexMBeanRegistration extends Object implements Registration
  • Constructor Details

    • IndexMBeanRegistration

      public IndexMBeanRegistration(Whiteboard whiteboard)
  • Method Details

    • registerAsyncIndexer

      public void registerAsyncIndexer(AsyncIndexUpdate task, long delayInSeconds)
    • unregister

      public void unregister()
      Description copied from interface: Registration
      Unregisters this service.
      Specified by:
      unregister in interface Registration