Package ome.services.sessions.stats
Interface SessionStats
-
- All Known Implementing Classes:
CurrentSessionStats
,DelegatingStats
,NullSessionStats
,PerSessionStats
,PerThreadStats
,SimpleSessionStats
public interface SessionStats
Thread-safe counter for all- Since:
- Beta4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadedObjects(int objects)
long
methodCount()
void
methodIn()
void
methodOut()
void
readBytes(int bytes)
void
updatedObjects(int objects)
void
writtenBytes(int bytes)
-