Uses of Class
org.apache.cassandra.service.StorageService.Verb

Packages that use StorageService.Verb
org.apache.cassandra.db   
org.apache.cassandra.net   
org.apache.cassandra.service   
 

Uses of StorageService.Verb in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type StorageService.Verb
 Message RowMutation.makeRowMutationMessage(StorageService.Verb verb)
           
 Message RowMutationMessage.makeRowMutationMessage(StorageService.Verb verb)
           
 

Uses of StorageService.Verb in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net that return StorageService.Verb
 StorageService.Verb Message.getVerb()
           
 

Methods in org.apache.cassandra.net with parameters of type StorageService.Verb
 IVerbHandler MessagingService.getVerbHandler(StorageService.Verb type)
          This method returns the verb handler associated with the registered verb.
static int MessagingService.incrementDroppedMessages(StorageService.Verb verb)
           
 void MessagingService.registerVerbHandlers(StorageService.Verb verb, IVerbHandler verbHandler)
          Register a verb and the corresponding verb handler with the Messaging Service.
 

Constructors in org.apache.cassandra.net with parameters of type StorageService.Verb
Message(java.net.InetAddress from, java.lang.String messageType, StorageService.Verb verb, byte[] body)
           
 

Uses of StorageService.Verb in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service declared as StorageService.Verb
static StorageService.Verb[] StorageService.VERBS
           
 

Methods in org.apache.cassandra.service that return StorageService.Verb
static StorageService.Verb StorageService.Verb.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StorageService.Verb[] StorageService.Verb.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Apache Software Foundation