Package com.whylogs.core.statistics
Class CountersTracker
java.lang.Object
com.whylogs.core.statistics.CountersTracker
public class CountersTracker
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CountersTracker() -
Method Summary
Modifier and Type Method Description voidadd(CountersTracker other)static CountersTrackerfromProtobuf(com.whylogs.core.message.Counters message)voidincrementCount()voidincrementNull()voidincrementTrue()CountersTrackermerge(CountersTracker other)com.whylogs.core.message.Counters.BuildertoProtobuf()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CountersTracker
public CountersTracker()
-
-
Method Details
-
incrementCount
public void incrementCount() -
incrementTrue
public void incrementTrue() -
incrementNull
public void incrementNull() -
add
-
merge
-
toProtobuf
public com.whylogs.core.message.Counters.Builder toProtobuf() -
fromProtobuf
-