Uses of Package
org.apache.cassandra.utils.streamhist
Packages that use org.apache.cassandra.utils.streamhist
Package
Description
-
Classes in org.apache.cassandra.utils.streamhist used by org.apache.cassandra.io.sstable.metadataClassDescriptionHistogram that can be constructed from streaming of data.A snapshot or finished histrogram of tombstones for a sstable, as generated from
StreamingTombstoneHistogramBuilder. -
Classes in org.apache.cassandra.utils.streamhist used by org.apache.cassandra.toolsClassDescriptionA snapshot or finished histrogram of tombstones for a sstable, as generated from
StreamingTombstoneHistogramBuilder. -
Classes in org.apache.cassandra.utils.streamhist used by org.apache.cassandra.utils.streamhistClassDescriptionThis interface exists to avoid boxing primitive ints to Integers (otherwise
BiConsumer<Integer, Integer> would have been sufficient).A snapshot or finished histrogram of tombstones for a sstable, as generated fromStreamingTombstoneHistogramBuilder.