public class HibernateEntityCacheStatistics extends HibernateAbstractStatistics
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_ENTITY_CACHE_REGION_NAME |
static String |
OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY |
static String |
OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT |
static String |
OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT |
static String |
OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT |
static String |
OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY |
childrenNames, operations, rbs, types, writeableNames
Constructor and Description |
---|
HibernateEntityCacheStatistics() |
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, setValue
public static final String ATTRIBUTE_ENTITY_CACHE_REGION_NAME
public static final String OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
public static final String OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
Copyright © 2019 Red Hat. All rights reserved.