Go to file
Jonathan Ellis 20e081f290 consolidates 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) or only with client keys (everyone else).  as part of this, I've merged some overloaded methods with substantially duplicated code to simplify auditing these changes.

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@758997 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 02:44:20 +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 consolidates 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-03-27 02:44:20 +00:00
test consolidates 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-03-27 02:44:20 +00:00
build.xml test support. this requires some refactoring so that tests can be independent 2009-03-27 02:43:46 +00:00