|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stage | |
---|---|
org.apache.cassandra.concurrent | |
org.apache.cassandra.net |
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 |
---|
Fields in org.apache.cassandra.net with type parameters of type Stage | |
---|---|
static java.util.EnumMap<MessagingService.Verb,Stage> |
MessagingService.verbStages
|
Methods in org.apache.cassandra.net that return Stage | |
---|---|
Stage |
MessageIn.getMessageType()
|
Stage |
MessageOut.getStage()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |