public class HibernateQueryCacheStatistics extends HibernateAbstractStatistics
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_QUERY_NAME |
static String |
OPERATION_QUERY_CACHE_HIT_COUNT |
static String |
OPERATION_QUERY_CACHE_MISS_COUNT |
static String |
OPERATION_QUERY_CACHE_PUT_COUNT |
static String |
OPERATION_QUERY_EXECUTION_AVG_TIME |
static String |
OPERATION_QUERY_EXECUTION_COUNT |
static String |
OPERATION_QUERY_EXECUTION_MAX_TIME |
static String |
OPERATION_QUERY_EXECUTION_MIN_TIME |
static String |
OPERATION_QUERY_EXECUTION_ROW_COUNT |
Constructor and Description |
---|
HibernateQueryCacheStatistics() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup,
org.jipijapa.management.spi.PathAddress pathAddress) |
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getOperations, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getTypes, getValue, getWriteableNames, isAttribute, isOperation, isWriteable, setChildrenNames, setOperations, setTypes, setValue, setWriteableNames
public static final String ATTRIBUTE_QUERY_NAME
public static final String OPERATION_QUERY_EXECUTION_COUNT
public static final String OPERATION_QUERY_EXECUTION_ROW_COUNT
public static final String OPERATION_QUERY_EXECUTION_AVG_TIME
public static final String OPERATION_QUERY_EXECUTION_MAX_TIME
public static final String OPERATION_QUERY_EXECUTION_MIN_TIME
public static final String OPERATION_QUERY_CACHE_HIT_COUNT
public static final String OPERATION_QUERY_CACHE_MISS_COUNT
public static final String OPERATION_QUERY_CACHE_PUT_COUNT
public Collection<String> getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.