public class SessionStatisticsImpl extends Object implements SessionStatistics
| Constructor and Description |
|---|
SessionStatisticsImpl(SessionImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCollectionCount()
Get the number of collection instances associated with the session
|
Set |
getCollectionKeys()
Get the set of all CollectionKeys
|
int |
getEntityCount()
Get the number of entity instances associated with the session
|
Set |
getEntityKeys()
Get the set of all EntityKeys
|
String |
toString() |
public SessionStatisticsImpl(SessionImplementor session)
public int getEntityCount()
SessionStatisticsgetEntityCount in interface SessionStatisticspublic int getCollectionCount()
SessionStatisticsgetCollectionCount in interface SessionStatisticspublic Set getEntityKeys()
SessionStatisticsgetEntityKeys in interface SessionStatisticsEntityKeypublic Set getCollectionKeys()
SessionStatisticsgetCollectionKeys in interface SessionStatisticsCollectionKeyCopyright © 2017 JBoss by Red Hat. All rights reserved.