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 |
childrenNames, operations, rbs, types, writeableNames| Constructor and Description |
|---|
HibernateQueryCacheStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValuepublic 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(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
Copyright © 2021 JBoss by Red Hat. All rights reserved.