Package com.opencloud.sentinel.charging.sessioncounters
The API for Sentinel Session Counter Charging.
-
Interface Summary Interface Description SessionCounter SessionCounter
contains the charging counters related to a uniqueSessionCounterAddress
set of key/value pairs and provide methods for incrementing the various charging counters and getting the current values.SessionCounterAddress SessionCounterAddress
contains the set of key/value pairs which uniquely identify aSessionCounter
.SessionCounters SessionCounters provides access to the various SessionCounters which are current active for this set of charging sessions in a Sentinel session. -
Exception Summary Exception Description SessionCounterAddressNotFound Exception thrown if noSessionCounter
exists for aSessionCounterAddress
when queried onSessionCounters
access.