Package ai.superstream
Class SuperstreamCounters
java.lang.Object
ai.superstream.SuperstreamCounters
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintintintintvoidincrementTotalBytesAfterReduction(long bytes) voidincrementTotalBytesBeforeReduction(long bytes) voidvoidvoidvoidvoidincrementTotalSSMPayloadReduced(long bytes) voidreset()voidsetTotalBytesAfterReduction(long totalBytesAfterReduction) voidsetTotalBytesBeforeReduction(long totalBytesBeforeReduction) voidsetTotalMessagesFailedConsume(int totalMessagesFailedConsume) voidsetTotalMessagesFailedProduce(int totalMessagesFailedProduce) voidsetTotalMessagesSuccessfullyConsumed(int totalMessagesSuccessfullyConsumed) voidsetTotalMessagesSuccessfullyProduce(int totalMessagesSuccessfullyProduce) void
-
Field Details
-
TotalBytesBeforeReduction
-
TotalBytesAfterReduction
-
TotalMessagesSuccessfullyProduce
-
TotalMessagesSuccessfullyConsumed
-
TotalMessagesFailedProduce
-
TotalMessagesFailedConsume
-
TotalSSMPayloadReduced
-
-
Constructor Details
-
SuperstreamCounters
public SuperstreamCounters()
-
-
Method Details
-
reset
public void reset() -
incrementTotalBytesBeforeReduction
public void incrementTotalBytesBeforeReduction(long bytes) -
incrementTotalBytesAfterReduction
public void incrementTotalBytesAfterReduction(long bytes) -
incrementTotalSSMPayloadReduced
public void incrementTotalSSMPayloadReduced(long bytes) -
incrementTotalMessagesSuccessfullyProduce
public void incrementTotalMessagesSuccessfullyProduce() -
sumTotalBeforeReductionTotalSSMPayloadReduced
public void sumTotalBeforeReductionTotalSSMPayloadReduced() -
incrementTotalMessagesSuccessfullyConsumed
public void incrementTotalMessagesSuccessfullyConsumed() -
incrementTotalMessagesFailedProduce
public void incrementTotalMessagesFailedProduce() -
incrementTotalMessagesFailedConsume
public void incrementTotalMessagesFailedConsume() -
getTotalBytesBeforeReduction
public long getTotalBytesBeforeReduction() -
getTotalBytesAfterReduction
public long getTotalBytesAfterReduction() -
getTotalMessagesSuccessfullyProduce
public int getTotalMessagesSuccessfullyProduce() -
getTotalMessagesSuccessfullyConsumed
public int getTotalMessagesSuccessfullyConsumed() -
getTotalMessagesFailedProduce
public int getTotalMessagesFailedProduce() -
getTotalMessagesFailedConsume
public int getTotalMessagesFailedConsume() -
setTotalBytesBeforeReduction
public void setTotalBytesBeforeReduction(long totalBytesBeforeReduction) -
setTotalBytesAfterReduction
public void setTotalBytesAfterReduction(long totalBytesAfterReduction) -
setTotalMessagesSuccessfullyProduce
public void setTotalMessagesSuccessfullyProduce(int totalMessagesSuccessfullyProduce) -
setTotalMessagesSuccessfullyConsumed
public void setTotalMessagesSuccessfullyConsumed(int totalMessagesSuccessfullyConsumed) -
setTotalMessagesFailedProduce
public void setTotalMessagesFailedProduce(int totalMessagesFailedProduce) -
setTotalMessagesFailedConsume
public void setTotalMessagesFailedConsume(int totalMessagesFailedConsume)
-