Uses of Interface
com.opencloud.sentinel.charging.ChargingInstance
-
Packages that use ChargingInstance Package Description com.opencloud.sentinel.charging -
-
Uses of ChargingInstance in com.opencloud.sentinel.charging
Subinterfaces of ChargingInstance in com.opencloud.sentinel.charging Modifier and Type Interface Description interface
ImmediateChargingInstance
interface
ReservationChargingInstance
Methods in com.opencloud.sentinel.charging that return ChargingInstance Modifier and Type Method Description ChargingInstance
ChargingManager. getChargingInstance(java.lang.String name)
Determine the charging instance which the ChargingManager holds for a name for this session or null if there is no such instance.Methods in com.opencloud.sentinel.charging that return types with arguments of type ChargingInstance Modifier and Type Method Description java.util.Collection<ChargingInstance>
ChargingManager. getChargingInstances()
Returns Collection of managed Charging Instances for this Sentinel Session.
-