public class ConcurrentCollectionStatisticsImpl extends CategorizedStatistics implements CollectionStatistics
Modifier and Type | Method and Description |
---|---|
long |
getFetchCount() |
long |
getLoadCount() |
long |
getRecreateCount() |
long |
getRemoveCount() |
long |
getUpdateCount() |
String |
toString() |
getCategoryName
public long getLoadCount()
getLoadCount
in interface CollectionStatistics
public long getFetchCount()
getFetchCount
in interface CollectionStatistics
public long getRecreateCount()
getRecreateCount
in interface CollectionStatistics
public long getRemoveCount()
getRemoveCount
in interface CollectionStatistics
public long getUpdateCount()
getUpdateCount
in interface CollectionStatistics
Copyright © 2016 JBoss by Red Hat. All rights reserved.