public class CassandraWriteContext extends java.lang.Object implements WriteContext
Constructor and Description |
---|
CassandraWriteContext(OpOrder.Group opGroup,
CommitLogPosition position) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static CassandraWriteContext |
fromContext(WriteContext context) |
OpOrder.Group |
getGroup() |
CommitLogPosition |
getPosition() |
public CassandraWriteContext(OpOrder.Group opGroup, CommitLogPosition position)
public static CassandraWriteContext fromContext(WriteContext context)
public OpOrder.Group getGroup()
public CommitLogPosition getPosition()
public void close()
close
in interface java.lang.AutoCloseable
close
in interface WriteContext
Copyright © 2009-2021 The Apache Software Foundation