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 SessionCounterAddressSessionCounter. 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 SessionCounterSessionCounters. add(SessionCounterAddress address)Add a new SessionCounter to the SessionCounters instance or if a SessionCounter already exists for this address return the current SessionCounter.SessionCounterSessionCounters. get(SessionCounterAddress address)SessionCounterSessionCounters. 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)booleanSessionCounterAddress. isSubset(SessionCounterAddress addressSubset)Determine if anaddressSubsetis a subset of thisSessionCounterAddress.
-