task.getIndexStats(), IndexStatsMBean.TYPE, name));
// Register AsyncIndexStats for execution stats update
regs.add(
scheduleWithFixedDelay(whiteboard, task.getIndexStats(), 1, false));
PropertyIndexAsyncReindex asyncPI = new PropertyIndexAsyncReindex(
new AsyncIndexUpdate(IndexConstants.ASYNC_REINDEX_VALUE,
store, indexEditors, true), getExecutor());
regs.add(registerMBean(whiteboard,
PropertyIndexAsyncReindexMBean.class, asyncPI,
PropertyIndexAsyncReindexMBean.TYPE, name));