Uses of Class
org.wso2.carbon.usage.agent.beans.BandwidthUsage
Packages that use BandwidthUsage
-
Uses of BandwidthUsage in org.wso2.carbon.usage.agent.persist
Methods in org.wso2.carbon.usage.agent.persist with parameters of type BandwidthUsageModifier and TypeMethodDescriptionvoidUsageDataPersistenceManager.addToQueue(BandwidthUsage usage) this method add bandwidth usage entries to the jobQueueMethod parameters in org.wso2.carbon.usage.agent.persist with type arguments of type BandwidthUsageModifier and TypeMethodDescriptionvoidUsageDataPersistenceTask.persistUsage(Queue<BandwidthUsage> jobQueue) this method create a Summarizer object for each tenant and call accumulate() method to accumulate usage statisticsConstructor parameters in org.wso2.carbon.usage.agent.persist with type arguments of type BandwidthUsageModifierConstructorDescriptionUsageDataPersistenceTask(Queue<BandwidthUsage> jobs, UsageAgentConfiguration configuration) -
Uses of BandwidthUsage in org.wso2.carbon.usage.agent.util
Methods in org.wso2.carbon.usage.agent.util with parameters of type BandwidthUsageModifier and TypeMethodDescriptionstatic voidUtil.addToPersistingControllerQueue(BandwidthUsage usage) static voidPublisherUtils.publish(BandwidthUsage usage) this method get the event payload, construct the SOAP envelop and call the publish method in EventBrokerService.