Uses of Interface
org.apache.cassandra.service.StorageProxy.WritePerformer
Packages that use StorageProxy.WritePerformer
-
Uses of StorageProxy.WritePerformer in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type StorageProxy.WritePerformerModifier and TypeMethodDescriptionvoidAbstractWriteResponseHandler.maybeTryAdditionalReplicas(IMutation mutation, StorageProxy.WritePerformer writePerformer, String localDC) Cheap Quorum backup.StorageProxy.performWrite(IMutation mutation, ConsistencyLevel consistencyLevel, String localDataCenter, StorageProxy.WritePerformer performer, Runnable callback, WriteType writeType, Dispatcher.RequestTime requestTime) Perform the write of a mutation given a WritePerformer.