Uses of Class
org.apache.cassandra.exceptions.CDCWriteException
-
Packages that use CDCWriteException Package Description org.apache.cassandra.db.commitlog -
-
Uses of CDCWriteException in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that throw CDCWriteException Modifier and Type Method Description CommitLogPosition
CommitLog. add(Mutation mutation)
Add a Mutation to the commit log.CommitLogSegment.Allocation
CommitLogSegmentManagerCDC. allocate(Mutation mutation, int size)
Reserve space in the current segment for the provided mutation or, if there isn't space available, create a new segment.
-