Package org.apache.cassandra.service
Class BatchlogResponseHandler.BatchlogCleanup
java.lang.Object
org.apache.cassandra.service.BatchlogResponseHandler.BatchlogCleanup
- Enclosing class:
- BatchlogResponseHandler<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBatchlogCleanup(int mutationsWaitingFor, BatchlogResponseHandler.BatchlogCleanupCallback callback) -
Method Summary
-
Field Details
-
mutationsWaitingFor
protected volatile int mutationsWaitingFor
-
-
Constructor Details
-
BatchlogCleanup
public BatchlogCleanup(int mutationsWaitingFor, BatchlogResponseHandler.BatchlogCleanupCallback callback)
-
-
Method Details
-
decrement
public int decrement() -
ackMutation
public void ackMutation()
-