Package org.apache.cassandra.db
Class CassandraKeyspaceWriteHandler
- java.lang.Object
-
- org.apache.cassandra.db.CassandraKeyspaceWriteHandler
-
- All Implemented Interfaces:
KeyspaceWriteHandler
public class CassandraKeyspaceWriteHandler extends java.lang.Object implements KeyspaceWriteHandler
-
-
Constructor Summary
Constructors Constructor Description CassandraKeyspaceWriteHandler(Keyspace keyspace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteContext
beginWrite(Mutation mutation, boolean makeDurable)
WriteContext
createContextForIndexing()
WriteContext
createContextForRead()
-
-
-
Constructor Detail
-
CassandraKeyspaceWriteHandler
public CassandraKeyspaceWriteHandler(Keyspace keyspace)
-
-
Method Detail
-
beginWrite
public WriteContext beginWrite(Mutation mutation, boolean makeDurable) throws RequestExecutionException
- Specified by:
beginWrite
in interfaceKeyspaceWriteHandler
- Throws:
RequestExecutionException
-
createContextForIndexing
public WriteContext createContextForIndexing()
- Specified by:
createContextForIndexing
in interfaceKeyspaceWriteHandler
-
createContextForRead
public WriteContext createContextForRead()
- Specified by:
createContextForRead
in interfaceKeyspaceWriteHandler
-
-