Uses of Class
org.apache.cassandra.concurrent.Stage
-
Packages that use Stage Package Description 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 Modifier and Type Method Description static StageStage. fromPoolName(java.lang.String stageName)static StageStage. 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. -
Uses of Stage in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as Stage Modifier and Type Field Description StageVerb. stage -
Uses of Stage in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type Stage Modifier and Type Method Description static voidStorageProxy. sendToHintedReplicas(Mutation mutation, ReplicaPlan.ForWrite plan, AbstractWriteResponseHandler<IMutation> responseHandler, java.lang.String localDataCenter, Stage stage, Dispatcher.RequestTime requestTime)Send the mutations to the right targets, write it locally if it corresponds or writes a hint when the node is not available.
-