Uses of Interface
org.apache.cassandra.concurrent.IStage

Packages that use IStage
org.apache.cassandra.concurrent   
 

Uses of IStage in org.apache.cassandra.concurrent
 

Classes in org.apache.cassandra.concurrent that implement IStage
 class MultiThreadedStage
          This class is an implementation of the IStage interface.
 class SingleThreadedStage
          This class is an implementation of the IStage interface.
 

Methods in org.apache.cassandra.concurrent that return IStage
static IStage StageManager.getCurrentStage()
          Returns the stage that we are currently executing on.
static IStage StageManager.getStage(java.lang.String stageName)
          Retrieve a stage from the StageManager
 

Methods in org.apache.cassandra.concurrent with parameters of type IStage
static void StageManager.registerStage(java.lang.String stageName, IStage stage)
          Register a stage with the StageManager
 



Copyright © 2009 The Apache Software Foundation