Go to file
Jonathan Ellis b6ae87ba00 add deletion marker support to Column (boolean isMarkedForDelete), SuperColumn, and ColumnFamily (change boolean isMarkedForDelete to long markedForDeleteAt). Column is also made immutable to avoid confusion as to how to handle merging different versions of Columns (you don't, you replace the old one with the new). This also makes concurrency bugs impossible, which remove will rely on. Removed old broken remove/delete support in prepartion for working new code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@758974 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 02:19:19 +00:00
bin start/stop, log4j.properties 2009-03-27 02:18:11 +00:00
conf start/stop, log4j.properties 2009-03-27 02:18:11 +00:00
interface New thrift file added 2009-03-24 22:09:59 +00:00
lib remove unused libraries; update log4j to 1.2.15; add commons-collections 2009-03-27 02:18:04 +00:00
src/org/apache/cassandra add deletion marker support to Column (boolean isMarkedForDelete), SuperColumn, and ColumnFamily (change boolean isMarkedForDelete to long markedForDeleteAt). Column is also made immutable to avoid confusion as to how to handle merging different versions of Columns (you don't, you replace the old one with the new). This also makes concurrency bugs impossible, which remove will rely on. Removed old broken remove/delete support in prepartion for working new code. 2009-03-27 02:19:19 +00:00
build.xml remove unused libraries; update log4j to 1.2.15; add commons-collections 2009-03-27 02:18:04 +00:00