public class RegistryUsagePersister extends Object
| Constructor and Description |
|---|
RegistryUsagePersister() |
| Modifier and Type | Method and Description |
|---|---|
static void |
storeAddContent(int tenantId,
long size) |
static void |
storeDeleteContent(int tenantId,
long size) |
static void |
storeIncomingBandwidth(int tenantId,
long size)
method to store incoming bandwidth
|
static void |
storeOutgoingBandwidth(int tenantId,
long size)
method to store outgoingBandwidth
|
public static void storeIncomingBandwidth(int tenantId,
long size)
tenantId - tenant idsize - value of the incoming bandwidthpublic static void storeAddContent(int tenantId,
long size)
public static void storeDeleteContent(int tenantId,
long size)
public static void storeOutgoingBandwidth(int tenantId,
long size)
tenantId - tenant idsize - value of the outgoing bandwidthCopyright © 2019 WSO2. All rights reserved.