public class SessionStatisticsImpl extends java.lang.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
|
java.util.Set |
getCollectionKeys()
Get the set of all CollectionKeys
|
int |
getEntityCount()
Get the number of entity instances associated with the session
|
java.util.Set |
getEntityKeys()
Get the set of all EntityKeys
|
java.lang.String |
toString() |
public SessionStatisticsImpl(SessionImplementor session)
public int getEntityCount()
SessionStatisticsgetEntityCount in interface SessionStatisticspublic int getCollectionCount()
SessionStatisticsgetCollectionCount in interface SessionStatisticspublic java.util.Set getEntityKeys()
SessionStatisticsgetEntityKeys in interface SessionStatisticsEntityKeypublic java.util.Set getCollectionKeys()
SessionStatisticsgetCollectionKeys in interface SessionStatisticsCollectionKeypublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.