|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ContinuationStage
|
class |
MultiThreadedStage
This class is an implementation of the IStage interface. |
class |
SingleThreadedContinuationStage
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |