Class HibernateEntityCacheStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate5.management.HibernateEntityCacheStatistics
-
- All Implemented Interfaces:
org.jipijapa.management.spi.Statistics
public class HibernateEntityCacheStatistics extends HibernateAbstractStatistics
Hibernate entity cache (SecondLevelCacheStatistics) statistics
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_ENTITY_CACHE_REGION_NAME
static java.lang.String
OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
static java.lang.String
OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
static java.lang.String
OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
static java.lang.String
OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
static java.lang.String
OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
-
Constructor Summary
Constructors Constructor Description HibernateEntityCacheStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
-
Methods inherited from class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getOperations, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getTypes, getValue, getWriteableNames, isAttribute, isOperation, isWriteable, setChildrenNames, setOperations, setTypes, setValue, setWriteableNames
-
-
-
-
Field Detail
-
ATTRIBUTE_ENTITY_CACHE_REGION_NAME
public static final java.lang.String ATTRIBUTE_ENTITY_CACHE_REGION_NAME
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
public static final java.lang.String OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
public static final java.lang.String OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
public static final java.lang.String OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
public static final java.lang.String OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
public static final java.lang.String OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
- See Also:
- Constant Field Values
-
-