public class ConcurrentCollectionStatisticsImpl extends CategorizedStatistics implements CollectionStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getFetchCount() |
long |
getLoadCount() |
long |
getRecreateCount() |
long |
getRemoveCount() |
long |
getUpdateCount() |
java.lang.String |
toString() |
getCategoryNamepublic long getLoadCount()
getLoadCount in interface CollectionStatisticspublic long getFetchCount()
getFetchCount in interface CollectionStatisticspublic long getRecreateCount()
getRecreateCount in interface CollectionStatisticspublic long getRemoveCount()
getRemoveCount in interface CollectionStatisticspublic long getUpdateCount()
getUpdateCount in interface CollectionStatisticspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.