You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kelvin Kakugawa (JIRA)" <ji...@apache.org> on 2010/01/14 21:21:54 UTC

[jira] Commented: (CASSANDRA-699) Add (optional) expiration time for column

    [ 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.