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

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

Uses of IVerbHandler in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IVerbHandler
 class BinaryVerbHandler
           
 class DataFileVerbHandler
           
 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.io
 

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

Uses of IVerbHandler in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net that return IVerbHandler
 IVerbHandler MessagingService.getVerbHandler(java.lang.String 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(java.lang.String type, 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
           
 class RangeVerbHandler
           
 



Copyright © 2010 The Apache Software Foundation