Package org.apache.cassandra.db
Interface WriteContext
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
CassandraWriteContext
public interface WriteContext extends java.lang.AutoCloseable
Issued by the keyspace write handler and used in the write path (as expected), as well as the read path and some async index building code. In the read and index paths, the write context is intended to be used as a marker for ordering operations. Reads can also end up performing writes in some cases, particularly when correcting secondary indexes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-