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 BKStats
BKStats. diff(BKStats base)
Diff with base stats.(package private) BKStats
BookieRequestProcessor. getBkStats()
static BKStats
BKStats. getInstance()
Methods in org.apache.bookkeeper.proto with parameters of type BKStats Modifier and Type Method Description void
BKStats. copyOf(BKStats other)
Copy stats from other stats.BKStats
BKStats. diff(BKStats base)
Diff with base stats.
-