Uses of Class
org.wso2.carbon.usage.agent.beans.BandwidthUsage
-
Packages that use BandwidthUsage Package Description org.wso2.carbon.usage.agent.persist org.wso2.carbon.usage.agent.util -
-
Uses of BandwidthUsage in org.wso2.carbon.usage.agent.persist
Methods in org.wso2.carbon.usage.agent.persist with parameters of type BandwidthUsage Modifier and Type Method Description voidUsageDataPersistenceManager. 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 BandwidthUsage Modifier and Type Method Description voidUsageDataPersistenceTask. 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 BandwidthUsage Constructor Description UsageDataPersistenceTask(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 BandwidthUsage Modifier and Type Method Description static 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.
-