Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.tools |
Modifier and Type | Class and Description |
---|---|
class |
HintedHandOffManager
The hint schema looks like this:
CREATE TABLE hints (
target_id uuid,
hint_id timeuuid,
message_version int,
mutation blob,
PRIMARY KEY (target_id, hint_id, message_version)
) WITH COMPACT STORAGE;
Thus, for each node in the cluster we treat its uuid as the partition key; each hint is a logical row
(physical composite column) containing the mutation to replay and associated metadata.
|
Modifier and Type | Field and Description |
---|---|
protected HintedHandOffManagerMBean |
NodeProbe.hhProxy |
Copyright © 2020 The Apache Software Foundation