Class RegistryUsagePersister

java.lang.Object
org.wso2.carbon.usage.agent.persist.RegistryUsagePersister

public class RegistryUsagePersister extends Object
this class is used to store incoming and outgoing bandwidth
  • Constructor Details

    • RegistryUsagePersister

      public RegistryUsagePersister()
  • Method Details

    • storeIncomingBandwidth

      public static void storeIncomingBandwidth(int tenantId, long size)
      method to store incoming bandwidth
      Parameters:
      tenantId - tenant id
      size - value of the incoming bandwidth
    • storeAddContent

      public static void storeAddContent(int tenantId, long size)
    • storeDeleteContent

      public static void storeDeleteContent(int tenantId, long size)
    • storeOutgoingBandwidth

      public static void storeOutgoingBandwidth(int tenantId, long size)
      method to store outgoingBandwidth
      Parameters:
      tenantId - tenant id
      size - value of the outgoing bandwidth