Interface WriteContext

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
CassandraWriteContext

public interface WriteContext extends 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

    Modifier and Type
    Method
    Description
    void