Package org.apache.cassandra.service
Interface StorageProxy.WritePerformer
- Enclosing class:
- StorageProxy
public static interface StorageProxy.WritePerformer
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(IMutation mutation, ReplicaPlan.ForWrite targets, AbstractWriteResponseHandler<IMutation> responseHandler, String localDataCenter, Dispatcher.RequestTime requestTime)
-
Method Details
-
apply
void apply(IMutation mutation, ReplicaPlan.ForWrite targets, AbstractWriteResponseHandler<IMutation> responseHandler, String localDataCenter, Dispatcher.RequestTime requestTime) throws OverloadedException - Throws:
OverloadedException
-