[
https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800340#action_12800340
]
Kelvin Kakugawa commented on CASSANDRA-699:
-------------------------------------------
I think an interesting place to start would be to look at these interfaces:
IColumn
IColumnContainer
and, specifically, this method:
getMarkedForDeleteAt()
The implementing classes are:
Column
SuperColumn
ColumnFamily
as a start.
> Add (optional) expiration time for column
> ------------------------------------------
>
> Key: CASSANDRA-699
> URL: https://issues.apache.org/jira/browse/CASSANDRA-699
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Sylvain Lebresne
> Assignee: Sylvain Lebresne
>
> Allow to attach an expiration time to a column.
> An expired column would act much like a 'markedForDelete' one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.