public interface DataUsageMBean
Modifier and Type | Method and Description |
---|---|
String |
cronTime()
Gets the current configured Cron Time.
|
void |
updateCronTime(String cronTime)
Updates the Cron Time with the given string
|
void |
updateUserDataLimit(Map<String,Long> userMap)
Updates the user properties for users that are known in the
AttributesStore |
Map<String,List<Long>> |
userMap()
Queries the
AttributesStore for all known Users
and their Data Usages |
Map<String,List<Long>> userMap()
AttributesStore
for all known Users
and their Data Usagesvoid updateUserDataLimit(Map<String,Long> userMap)
AttributesStore
userMap
- a map from the front end for usersvoid updateCronTime(String cronTime)
cronTime
- - a String representing a Cron TimeString cronTime()
This work is licensed under a Creative Commons Attribution 4.0 International License.