Uses of Class
org.apache.bookkeeper.proto.BKStats.OpStats
-
Packages that use BKStats.OpStats Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BKStats.OpStats in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BKStats.OpStats Modifier and Type Field Description (package private) BKStats.OpStats[]
BKStats. stats
Methods in org.apache.bookkeeper.proto that return BKStats.OpStats Modifier and Type Method Description BKStats.OpStats
BKStats.OpStats. diff(BKStats.OpStats base)
Diff with base opstats.BKStats.OpStats
BKStats. getOpStats(int type)
Stats of operations.Methods in org.apache.bookkeeper.proto with parameters of type BKStats.OpStats Modifier and Type Method Description void
BKStats.OpStats. copyOf(BKStats.OpStats other)
Copy stats from other OpStats.BKStats.OpStats
BKStats.OpStats. diff(BKStats.OpStats base)
Diff with base opstats.void
BKStats. setOpStats(int type, BKStats.OpStats stat)
Set stats of a specified operation.
-