public class CassandraKeyspaceWriteHandler extends java.lang.Object implements KeyspaceWriteHandler
Constructor and Description |
---|
CassandraKeyspaceWriteHandler(Keyspace keyspace) |
Modifier and Type | Method and Description |
---|---|
WriteContext |
beginWrite(Mutation mutation,
boolean makeDurable) |
WriteContext |
createContextForIndexing() |
WriteContext |
createContextForRead() |
public CassandraKeyspaceWriteHandler(Keyspace keyspace)
public WriteContext beginWrite(Mutation mutation, boolean makeDurable) throws RequestExecutionException
beginWrite
in interface KeyspaceWriteHandler
RequestExecutionException
public WriteContext createContextForIndexing()
createContextForIndexing
in interface KeyspaceWriteHandler
public WriteContext createContextForRead()
createContextForRead
in interface KeyspaceWriteHandler
Copyright © 2009-2022 The Apache Software Foundation