Uses of Class
org.apache.cassandra.db.CassandraWriteContext
Packages that use CassandraWriteContext
-
Uses of CassandraWriteContext in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return CassandraWriteContextModifier and TypeMethodDescriptionstatic CassandraWriteContextCassandraWriteContext.fromContext(WriteContext context) Methods in org.apache.cassandra.db with parameters of type CassandraWriteContextModifier and TypeMethodDescriptionvoidColumnFamilyStore.apply(PartitionUpdate update, CassandraWriteContext context, boolean updateIndexes) Insert/Update the column family for this key.