Go to file
Jonathan Ellis 40fa7d4a66 consolidate partition behavior in IPartitioner, so creating a new partitioner should be only a matter of implementing that interface. all the external switch statements on PartitionerType have been folded into that.
SSTable is now the only part of the code that cares about the distinction between a 'raw' key and a 'decorated' key.  variables in that class have been named clientKey or decoratedKey to show which is which.  others don't care either because they only deal with decorated keys (SequenceFile, FileStruct) or only with client keys (everyone else).

patch by jbellis; reviewed by Jun Rao for #58

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762848 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07 16:55:30 +00:00
bin 2nd missing file from r760679 2009-04-01 02:24:46 +00:00
conf write get_columns_since test to exercise sequenceFile.next(timeRange). patch by jbellis; reviewed by Jun Rau. see #52 2009-04-06 15:10:07 +00:00
interface New thrift file added 2009-03-24 22:09:59 +00:00
lib add antlr-3.1.3 (should have been in r761805 2009-04-03 22:18:39 +00:00
src/org/apache/cassandra consolidate partition behavior in IPartitioner, so creating a new partitioner should be only a matter of implementing that interface. all the external switch statements on PartitionerType have been folded into that. 2009-04-07 16:55:30 +00:00
test consolidate partition behavior in IPartitioner, so creating a new partitioner should be only a matter of implementing that interface. all the external switch statements on PartitionerType have been folded into that. 2009-04-07 16:55:30 +00:00
build.xml enable line numbers in test stack traces. patch by johano; reviewed by jbellis for #60 2009-04-06 21:23:11 +00:00