Classes Files

com::wombat::mama::testtools::performance::MamaConsumerJava::StatHolder

More…

Public Functions

  Name
  StatHolder(long totalNumMessages)
void setLastMessages(long lastMessages)
void prettyPrintTitle()
void prettyPrint(int lowerBound, int upperBound)

Detailed Description

class com::wombat::mama::testtools::performance::MamaConsumerJava::StatHolder;

Holder to contain the statistics gathering at the end of the program

Public Functions Documentation

function StatHolder

inline StatHolder(
    long totalNumMessages
)

function setLastMessages

inline void setLastMessages(
    long lastMessages
)

function prettyPrintTitle

inline void prettyPrintTitle()

function prettyPrint

inline void prettyPrint(
    int lowerBound,
    int upperBound
)

Parameters:

  • lowerBound lower bound for array
  • upperBound upper bound for array - 0 if no upper bound

Updated on 2023-03-31 at 15:29:44 +0100