org.hibernate.search.jmx
Interface StatisticsInfoMBean

All Superinterfaces:
Statistics
All Known Implementing Classes:
StatisticsInfo

public interface StatisticsInfoMBean
extends Statistics

Author:
Hardy Ferentschik

Field Summary
static String STATISTICS_MBEAN_OBJECT_NAME
           
 
Method Summary
 
Methods inherited from interface org.hibernate.search.stat.Statistics
clear, getIndexedClassNames, getNumberOfIndexedEntities, getObjectLoadingExecutionAvgTime, getObjectLoadingExecutionMaxTime, getObjectLoadingTotalTime, getObjectsLoadedCount, getSearchQueryExecutionAvgTime, getSearchQueryExecutionCount, getSearchQueryExecutionMaxTime, getSearchQueryExecutionMaxTimeQueryString, getSearchQueryTotalTime, getSearchVersion, indexedEntitiesCount, isStatisticsEnabled, setStatisticsEnabled
 

Field Detail

STATISTICS_MBEAN_OBJECT_NAME

static final String STATISTICS_MBEAN_OBJECT_NAME
See Also:
Constant Field Values


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved