Uses of Interface
org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
Packages that use IndexStatsMBean
-
Uses of IndexStatsMBean in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return IndexStatsMBeanModifier and TypeMethodDescription@Nullable IndexStatsMBean
AsyncIndexInfo.getStatsMBean()
IndexStatsMBean for current indexer.Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexStatsMBeanModifier and TypeMethodDescriptionprotected void
AsyncIndexInfoServiceImpl.bindStatsMBeans
(IndexStatsMBean mBean) protected void
AsyncIndexInfoServiceImpl.unbindStatsMBeans
(IndexStatsMBean mBean) Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexStatsMBeanModifierConstructorDescriptionAsyncIndexInfo
(String name, long lastIndexedTo, long leaseExpiryTime, boolean running, @Nullable IndexStatsMBean statsMBean)