public interface SessionCounters
extends com.opencloud.rhino.cmp.Encodable
Modifier and Type | Method and Description |
---|---|
SessionCounter |
add(SessionCounterAddress address)
Add a new SessionCounter to the SessionCounters instance or if a SessionCounter
already exists for this address return the current SessionCounter.
|
SessionCounter |
get(SessionCounterAddress address) |
java.util.Collection<SessionCounterAddress> |
getAddresses() |
SessionCounter |
getAggregateSessionCounter(SessionCounterAddress addressSubset)
Aggregate all the values in a set of SessionCounters which have addresses which share all the key/values
in the address provided as an argument.
|
java.util.Collection<SessionCounter> |
getSessionCounters() |
java.util.Collection<SessionCounter> |
getSessionCountersByAddressSubset(SessionCounterAddress addressSubset) |
java.util.Collection<SessionCounterAddress> getAddresses()
SessionCounter add(SessionCounterAddress address)
SessionCounter get(SessionCounterAddress address) throws SessionCounterAddressNotFound
SessionCounterAddressNotFound
- if there is no SessionCounter instance with this addressjava.util.Collection<SessionCounter> getSessionCounters()
java.util.Collection<SessionCounter> getSessionCountersByAddressSubset(SessionCounterAddress addressSubset)
SessionCounter getAggregateSessionCounter(SessionCounterAddress addressSubset)
Copyright © OpenCloud. All Rights Reserved.