Go to file
Jonathan Ellis c0f5fb3bb3 refactor read path: first we make readColumnFamily accept a ReadCommand, and use that to clean out duplicate code in CassandraServer. Then we clean up the duplicate versions of the read methods in StorageService by making them ReadCommand-based, too. [not touching multiget code for now.]
patch by jbellis; reviewed by Eric Evans for #88

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@766841 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20 20:05:26 +00:00
bin 2nd missing file from r760679 2009-04-01 02:24:46 +00:00
conf make GC_GRACE_IN_SECONDS customizable in storage.conf. 2009-04-17 20:08:10 +00:00
interface change column_t value to binary from string. patch by johano; reviewed by jbellis for #29 2009-04-17 20:08:49 +00:00
lib r/m libfb303 as a dependency. (this completes the process begun by Prashant earlier.) patch by Jun Rao; reviewed by jbellis for #86 2009-04-16 17:47:25 +00:00
src/org/apache/cassandra refactor read path: first we make readColumnFamily accept a ReadCommand, and use that to clean out duplicate code in CassandraServer. Then we clean up the duplicate versions of the read methods in StorageService by making them ReadCommand-based, too. [not touching multiget code for now.] 2009-04-20 20:05:26 +00:00
test clean up ReadCommand; it's basically a struct so use public final fields 2009-04-20 20:05:29 +00:00
build.xml don't manually create commitlog directory; cassandra will do it automatically. also put commitlog under cassandra/ with other server artifacts. patch by jbellis; reviewed by Eric Evans for #6 2009-04-08 20:49:33 +00:00