int |
OffsetPosition.compareTo(OffsetPosition other) |
private void |
CommitLogReadHandlerImpl.handlePartitionDeletion(org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Handle a valid deletion event resulted from a partition-level deletion by converting Cassandra representation
of this event into a Record object and queue the record to BlockingEventQueue.
|
private void |
CommitLogReadHandlerImpl.handleRowModifications(org.apache.cassandra.db.rows.Row row,
CommitLogReadHandlerImpl.RowType rowType,
org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Handle a valid event resulted from a row-level modification by converting Cassandra representation of
this event into a Record object and queue the record to BlockingEventQueue.
|
private void |
CommitLogReadHandlerImpl.process(org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Method which processes a partition update if it's valid (either a single-row partition-level
deletion or a row-level modification) or throw an exception if it isn't.
|