Class PendingBookieOpsStats
- java.lang.Object
-
- org.apache.bookkeeper.mledger.proto.PendingBookieOpsStats
-
public class PendingBookieOpsStats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description longcursorLedgerCloseOplongcursorLedgerCreateOplongcursorLedgerDeleteOplongcursorLedgerOpenOplongdataLedgerCloseOplongdataLedgerCreateOplongdataLedgerDeleteOplongdataLedgerOpenOp
-
Constructor Summary
Constructors Constructor Description PendingBookieOpsStats()
-
-
-
Field Detail
-
dataLedgerOpenOp
public long dataLedgerOpenOp
-
dataLedgerCloseOp
public long dataLedgerCloseOp
-
dataLedgerCreateOp
public long dataLedgerCreateOp
-
dataLedgerDeleteOp
public long dataLedgerDeleteOp
-
cursorLedgerOpenOp
public long cursorLedgerOpenOp
-
cursorLedgerCloseOp
public long cursorLedgerCloseOp
-
cursorLedgerCreateOp
public long cursorLedgerCreateOp
-
cursorLedgerDeleteOp
public long cursorLedgerDeleteOp
-
-