MongoHistogram

pekko.contrib.persistence.mongodb.MongoHistogram

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def record(value: Int): Unit

Records the specified value in the histogram.

Records the specified value in the histogram.

Value parameters

value

The value to record.

Attributes

Returns

This histogram.