Package org.apache.cassandra.service
Interface StorageProxy.WritePerformer
-
- Enclosing class:
- StorageProxy
public static interface StorageProxy.WritePerformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(IMutation mutation, ReplicaPlan.ForWrite targets, AbstractWriteResponseHandler<IMutation> responseHandler, java.lang.String localDataCenter, Dispatcher.RequestTime requestTime)
-
-
-
Method Detail
-
apply
void apply(IMutation mutation, ReplicaPlan.ForWrite targets, AbstractWriteResponseHandler<IMutation> responseHandler, java.lang.String localDataCenter, Dispatcher.RequestTime requestTime) throws OverloadedException
- Throws:
OverloadedException
-
-