public class ConcurrentEntityStatisticsImpl extends CategorizedStatistics implements EntityStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getDeleteCount() |
long |
getFetchCount() |
long |
getInsertCount() |
long |
getLoadCount() |
long |
getOptimisticFailureCount() |
long |
getUpdateCount() |
java.lang.String |
toString() |
getCategoryNamepublic long getDeleteCount()
getDeleteCount in interface EntityStatisticspublic long getInsertCount()
getInsertCount in interface EntityStatisticspublic long getLoadCount()
getLoadCount in interface EntityStatisticspublic long getUpdateCount()
getUpdateCount in interface EntityStatisticspublic long getFetchCount()
getFetchCount in interface EntityStatisticspublic long getOptimisticFailureCount()
getOptimisticFailureCount in interface EntityStatisticspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.