Interface | Description |
---|---|
SessionStats |
Thread-safe counter for all
|
Class | Description |
---|---|
CounterFactory |
Factory for creating counter objects.
|
CurrentSessionStats |
Wrapper which delegates to a
SessionStats instance acquired during
construction. |
DelegatingStats |
Delegates to a
SessionStats which is acquired from DelegatingStats.stats() . |
LongCounter |
Counter object which increments an internal long by some integer value,
and according to some strategy publishes an
InternalMessage subclass. |
MethodCounter |
Counter for active methods for a given session.
|
NullSessionStats |
Implementation of
SessionStats which does nothing. |
ObjectsReadCounter |
Counter for all the objects read in a session.
|
ObjectsWrittenCounter |
Counter for all the objects read in a session.
|
PerSessionStats |
Delegates to a
SessionStats which is acquired on every method
invocation. |
PerThreadStats |
Delegates to a
SessionStats which is acquired on every method
invocation. |
SessionsCreatedCounter |
Counter for all the objects read in a session.
|
SimpleSessionStats |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.