Uses of Class
org.apache.cassandra.concurrent.Stage

Packages that use Stage
org.apache.cassandra.concurrent   
org.apache.cassandra.net   
org.apache.cassandra.service   
 

Uses of Stage in org.apache.cassandra.concurrent
 

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

Methods in org.apache.cassandra.concurrent with parameters of type Stage
static java.util.concurrent.ThreadPoolExecutor StageManager.getStage(Stage stage)
          Retrieve a stage from the StageManager
 

Constructors in org.apache.cassandra.concurrent with parameters of type Stage
JMXEnabledThreadPoolExecutor(Stage stage)
           
 

Uses of Stage in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net that return Stage
 Stage Message.getMessageType()
           
 

Uses of Stage in org.apache.cassandra.service
 

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



Copyright © 2010 The Apache Software Foundation