public class BandwidthPersistor extends Object
| Constructor and Description |
|---|
BandwidthPersistor() |
| Modifier and Type | Method and Description |
|---|---|
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 storeOutgoingBandwidth(int tenantId,
long size)
tenantId - tenant idsize - value of the outgoing bandwidthCopyright © 2019 WSO2. All rights reserved.