Uses of Package
org.apache.cassandra.hints
Packages that use org.apache.cassandra.hints
Package
Description
Hints subsystem consists of several components.
-
Classes in org.apache.cassandra.hints used by org.apache.cassandra.hintsClassDescriptionA
RandomAccessReaderwrapper that calculates the CRC in place.Encapsulates the hinted mutation, its creation time, and the gc grace seconds param for each table involved.The message we use to dispatch and forward hints.A singleton-ish wrapper over various hints components: - a catalog of all hints stores - a single-threaded write executor - a multi-threaded dispatch executor - the buffer pool for writing hints into - an optional scheduled task to clean up the applicable hints files The front-end for everything hints related.Verb handler used both for hint dispatch and streaming.Marker interface for file positions as provided by the various ChecksummedDataReader implementations. -
Classes in org.apache.cassandra.hints used by org.apache.cassandra.tools