Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Method and 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.
|
Copyright © 2009-2021 The Apache Software Foundation