-
- All Implemented Interfaces:
public class BucketUsageContains the list of all Buckets Usage.
-
-
Field Summary
Fields Modifier and Type Field Description public StringbucketNamepublic longbudgetpublic longremaining
-
Constructor Summary
Constructors Constructor Description BucketUsage()
-
Method Summary
Modifier and Type Method Description StringgetBucketName()Get current bucket Name longgetBudget()Get total budget for current bucket in bytes. longgetRemaining()Get remaining budget for current bucket in bytes. longgetUsed()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.
-
-
-
-