Package | Description |
---|---|
org.apache.cassandra.concurrent | |
org.apache.cassandra.net | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
static Stage |
Stage.fromPoolName(java.lang.String stageName) |
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.
|
Modifier and Type | Field and Description |
---|---|
Stage |
Verb.stage |
Modifier and Type | Method and Description |
---|---|
static void |
StorageProxy.sendToHintedReplicas(Mutation mutation,
ReplicaPlan.ForTokenWrite plan,
AbstractWriteResponseHandler<IMutation> responseHandler,
java.lang.String localDataCenter,
Stage stage)
Send the mutations to the right targets, write it locally if it corresponds or writes a hint when the node
is not available.
|
Copyright © 2009-2020 The Apache Software Foundation