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
- Author:
- Josh Moore, josh at glencoesoftware.com
readBytes
void readBytes(int bytes)
writtenBytes
void writtenBytes(int bytes)
loadedObjects
void loadedObjects(int objects)
updatedObjects
void updatedObjects(int objects)
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.