Class IndexMBeanRegistration
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.IndexMBeanRegistration
-
- All Implemented Interfaces:
Registration
public class IndexMBeanRegistration extends java.lang.Object implements Registration
-
-
Constructor Summary
Constructors Constructor Description IndexMBeanRegistration(Whiteboard whiteboard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerAsyncIndexer(AsyncIndexUpdate task, long delayInSeconds)
void
unregister()
Unregisters this service.
-
-
-
Constructor Detail
-
IndexMBeanRegistration
public IndexMBeanRegistration(Whiteboard whiteboard)
-
-
Method Detail
-
registerAsyncIndexer
public void registerAsyncIndexer(AsyncIndexUpdate task, long delayInSeconds)
-
unregister
public void unregister()
Description copied from interface:Registration
Unregisters this service.- Specified by:
unregister
in interfaceRegistration
-
-