Uses of Class
org.apache.bookkeeper.proto.BKStats
-
Packages that use BKStats Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BKStats in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BKStats Modifier and Type Method Description BKStatsBKStats. diff(BKStats base)Diff with base stats.(package private) BKStatsBookieRequestProcessor. getBkStats()static BKStatsBKStats. getInstance()Methods in org.apache.bookkeeper.proto with parameters of type BKStats Modifier and Type Method Description voidBKStats. copyOf(BKStats other)Copy stats from other stats.BKStatsBKStats. diff(BKStats base)Diff with base stats.
-