Uses of Interface
org.apache.cassandra.net.IVerbHandler

Packages that use IVerbHandler
org.apache.cassandra.db   
org.apache.cassandra.dht   
org.apache.cassandra.gms   
org.apache.cassandra.net   
org.apache.cassandra.service   
org.apache.cassandra.streaming   
 

Uses of IVerbHandler in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IVerbHandler
 class BinaryVerbHandler
           
 class ReadRepairVerbHandler
           
 class ReadVerbHandler
           
 class RowMutationVerbHandler
           
 

Uses of IVerbHandler in org.apache.cassandra.dht
 

Classes in org.apache.cassandra.dht that implement IVerbHandler
static class BootStrapper.BootstrapTokenVerbHandler
           
 

Uses of IVerbHandler in org.apache.cassandra.gms
 

Classes in org.apache.cassandra.gms that implement IVerbHandler
static class Gossiper.GossipDigestAck2VerbHandler
           
static class Gossiper.GossipDigestAckVerbHandler
           
static class Gossiper.GossipDigestSynVerbHandler
           
static class Gossiper.JoinVerbHandler
           
 

Uses of IVerbHandler in org.apache.cassandra.net
 

Classes in org.apache.cassandra.net that implement IVerbHandler
 class ResponseVerbHandler
           
 

Methods in org.apache.cassandra.net that return IVerbHandler
 IVerbHandler MessagingService.getVerbHandler(StorageService.Verb type)
          This method returns the verb handler associated with the registered verb.
 

Methods in org.apache.cassandra.net with parameters of type IVerbHandler
 void MessagingService.registerVerbHandlers(StorageService.Verb verb, IVerbHandler verbHandler)
          Register a verb and the corresponding verb handler with the Messaging Service.
 

Uses of IVerbHandler in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement IVerbHandler
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 RangeSliceVerbHandler
           
 

Uses of IVerbHandler in org.apache.cassandra.streaming
 

Classes in org.apache.cassandra.streaming that implement IVerbHandler
 class StreamFinishedVerbHandler
           
 class StreamInitiateDoneVerbHandler
           
 class StreamInitiateVerbHandler
           
 class StreamRequestVerbHandler
          This verb handler handles the StreamRequestMessage that is sent by the node requesting range transfer.
 



Copyright © 2010 The Apache Software Foundation