Public Member Functions | |
Object[] | getCategoryNames () |
Get a list of the category keys. | |
CCNStats | getStatsByName (Object category) throws ClassCastException |
Get the statistics associated with the key. |
Object [] org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics.getCategoryNames | ( | ) |
Get a list of the category keys.
The toString() method of the key should be meaningful.
Implemented in org.ccnx.ccn.profiles.versioning.VersioningInterest.
CCNStats org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics.getStatsByName | ( | Object | category | ) | throws ClassCastException |
Get the statistics associated with the key.
name |
ClassCastException | if cateogry is not appropriate |
Implemented in org.ccnx.ccn.profiles.versioning.VersioningInterest.