Package org.apache.cassandra.db
Interface KeyspaceWriteHandler
-
- All Known Implementing Classes:
CassandraKeyspaceWriteHandler
public interface KeyspaceWriteHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WriteContextbeginWrite(Mutation mutation, boolean makeDurable)WriteContextcreateContextForIndexing()WriteContextcreateContextForRead()
-
-
-
Method Detail
-
beginWrite
WriteContext beginWrite(Mutation mutation, boolean makeDurable) throws RequestExecutionException
- Throws:
RequestExecutionException
-
createContextForIndexing
WriteContext createContextForIndexing()
-
createContextForRead
WriteContext createContextForRead()
-
-