Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.dht | |
org.apache.cassandra.gms | |
org.apache.cassandra.net | |
org.apache.cassandra.service | |
org.apache.cassandra.streaming |
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 row mutations in reply to the remote node's request.
|
class |
ReadRepairVerbHandler |
class |
ReadVerbHandler |
class |
RowMutationVerbHandler |
class |
SchemaCheckVerbHandler |
class |
TruncateVerbHandler |
Modifier and Type | Class and Description |
---|---|
static class |
BootStrapper.BootstrapTokenVerbHandler
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GossipDigestAck2VerbHandler |
class |
GossipDigestAckVerbHandler |
class |
GossipDigestSynVerbHandler |
class |
GossipShutdownVerbHandler |
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 |
---|---|
static class |
AntiEntropyService.TreeRequestVerbHandler
Handler for requests from remote nodes to generate a valid tree.
|
static class |
AntiEntropyService.TreeResponseVerbHandler
Handler for responses from remote nodes which contain a valid tree.
|
class |
IndexScanVerbHandler
Deprecated.
|
class |
RangeSliceVerbHandler |
class |
SnapshotVerbHandler |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationFinishedVerbHandler |
static class |
StreamingRepairTask.StreamingRepairRequest |
static class |
StreamingRepairTask.StreamingRepairResponse |
class |
StreamReplyVerbHandler |
class |
StreamRequestVerbHandler
This verb handler handles the StreamRequestMessage that is sent by
the node requesting range transfer.
|
Copyright © 2013 The Apache Software Foundation