Class PendingBookieOpsStats
java.lang.Object
org.apache.bookkeeper.mledger.proto.PendingBookieOpsStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglonglonglonglonglonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
PendingBookieOpsStats
public PendingBookieOpsStats()
-