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.getMessage(StorageService.Verb verb, int version)
           
 

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

Fields in org.apache.cassandra.net with type parameters of type StorageService.Verb
static java.util.EnumSet<StorageService.Verb> MessagingService.DROPPABLE_VERBS
          Verbs it's okay to drop if the request has been queued longer than RPC_TIMEOUT.
 

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.
 void 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, StorageService.Verb verb, byte[] body, int version)
           
 

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

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

Fields in org.apache.cassandra.service with type parameters of type StorageService.Verb
static java.util.EnumMap<StorageService.Verb,Stage> StorageService.verbStages
           
 

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 © 2012 The Apache Software Foundation