Uses of Interface
com.opencloud.sentinel.charging.sessioncounters.SessionCounterAddress
-
Packages that use SessionCounterAddress Package Description com.opencloud.sentinel.charging.sessioncounters The API for Sentinel Session Counter Charging. -
-
Uses of SessionCounterAddress in com.opencloud.sentinel.charging.sessioncounters
Methods in com.opencloud.sentinel.charging.sessioncounters that return SessionCounterAddress Modifier and Type Method Description SessionCounterAddress
SessionCounter. getAddress()
Gets the name/value pairs which uniquely label this SessionCounter.Methods in com.opencloud.sentinel.charging.sessioncounters that return types with arguments of type SessionCounterAddress Modifier and Type Method Description java.util.Collection<SessionCounterAddress>
SessionCounters. getAddresses()
Methods in com.opencloud.sentinel.charging.sessioncounters with parameters of type SessionCounterAddress Modifier and Type Method Description SessionCounter
SessionCounters. 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
SessionCounters. get(SessionCounterAddress address)
SessionCounter
SessionCounters. 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>
SessionCounters. getSessionCountersByAddressSubset(SessionCounterAddress addressSubset)
boolean
SessionCounterAddress. isSubset(SessionCounterAddress addressSubset)
Determine if anaddressSubset
is a subset of thisSessionCounterAddress
.
-