Package | Description |
---|---|
org.apache.cassandra.batchlog | |
org.apache.cassandra.db | |
org.apache.cassandra.gms | |
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.net | |
org.apache.cassandra.repair | |
org.apache.cassandra.service | |
org.apache.cassandra.service.paxos | |
org.apache.cassandra.streaming |
Modifier and Type | Class and Description |
---|---|
class |
BatchRemoveVerbHandler |
class |
BatchStoreVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
CounterMutationVerbHandler |
class |
DefinitionsUpdateVerbHandler
Called when node receives updated schema state from the schema migration coordinator node.
|
class |
MigrationRequestVerbHandler
Sends it's current schema state in form of mutations in reply to the remote node's request.
|
class |
MutationVerbHandler |
class |
RangeSliceVerbHandler |
class |
ReadCommandVerbHandler |
class |
ReadRepairVerbHandler |
class |
SchemaCheckVerbHandler |
class |
TruncateVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
GossipDigestAck2VerbHandler |
class |
GossipDigestAckVerbHandler |
class |
GossipDigestSynVerbHandler |
class |
GossipShutdownVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
HintVerbHandler
Verb handler used both for hint dispatch and streaming.
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseVerbHandler |
Modifier and Type | Method and Description |
---|---|
IVerbHandler |
MessagingService.getVerbHandler(MessagingService.Verb type)
This method returns the verb handler associated with the registered
verb.
|
Modifier and Type | Method and Description |
---|---|
void |
MessagingService.registerVerbHandlers(MessagingService.Verb verb,
IVerbHandler verbHandler)
Register a verb and the corresponding verb handler with the
Messaging Service.
|
Modifier and Type | Class and Description |
---|---|
class |
RepairMessageVerbHandler
Handles all repair related message.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoVerbHandler |
class |
SnapshotVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
CommitVerbHandler |
class |
PrepareVerbHandler |
class |
ProposeVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationFinishedVerbHandler |
Copyright © 2020 The Apache Software Foundation