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 Detail

      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable