-
- All Implemented Interfaces:
public class BucketUsage
Contains the list of all Buckets Usage.
-
-
Field Summary
Fields Modifier and Type Field Description public String
bucketName
public long
budget
public long
remaining
-
Constructor Summary
Constructors Constructor Description BucketUsage()
-
Method Summary
Modifier and Type Method Description String
getBucketName()
Get current bucket Name long
getBudget()
Get total budget for current bucket in bytes. long
getRemaining()
Get remaining budget for current bucket in bytes. long
getUsed()
Get Used budget for current bucket in bytes. -
-
Method Detail
-
getBucketName
String getBucketName()
Get current bucket Name
-
getBudget
long getBudget()
Get total budget for current bucket in bytes.
-
getRemaining
long getRemaining()
Get remaining budget for current bucket in bytes.
-
getUsed
long getUsed()
Get Used budget for current bucket in bytes.
-
-
-
-