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 WriteContext
beginWrite(Mutation mutation, boolean makeDurable)
WriteContext
createContextForIndexing()
WriteContext
createContextForRead()
-
-
-
Method Detail
-
beginWrite
WriteContext beginWrite(Mutation mutation, boolean makeDurable) throws RequestExecutionException
- Throws:
RequestExecutionException
-
createContextForIndexing
WriteContext createContextForIndexing()
-
createContextForRead
WriteContext createContextForRead()
-
-