cassandra/src/java/org/apache/cassandra/db
Eric Evans a8ce7f002d add missing license headers
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@947752 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 18:27:13 +00:00
..
commitlog add missing license headers 2010-05-24 18:27:13 +00:00
filter fix bugs that result in tombstone-only rows from sstables being ignored (and not merged into the resultset correctly). patch by jbellis; reviewed by Stu Hood and tested by Brandon Williams for CASSANDRA-1063 2010-05-07 19:52:20 +00:00
marshal use lexical comparison if time part of uuid is the same. patch by Sylvain Lebresne and jbellis for CASSANDRA-907 2010-03-19 20:26:45 +00:00
BinaryMemtable.java Convert KeysCachedFraction to KeysCached, temporarily breaking things since it gives KeysCached per SSTable not per CF. Also refactors how key cache is instantiated, and removes SSTableAccessor from test suite. 2010-02-27 15:02:48 +00:00
BinaryVerbHandler.java replace DataInputBuffer with ByteArrayInputStream/DataInputStream. patch by Todd Blose; reviewed by jbellis for CASSANDRA-656 2009-12-29 06:13:04 +00:00
Column.java make resolving timestamp ties deterministic. patch by Roland Hänel; reviewed by jbellis and Sylvain Lebresne for CASSANDRA-1039 2010-04-30 14:25:57 +00:00
ColumnFamily.java r/m unused code. patch by jbellis 2010-01-25 16:29:11 +00:00
ColumnFamilyNotDefinedException.java refactor thrift-specific code ...server -> ...thrift 2010-01-29 16:24:28 +00:00
ColumnFamilySerializer.java replace sharded row locks with column-level locking 2010-01-07 05:47:05 +00:00
ColumnFamilyStore.java better defaults for flush sorter + writer executor queue sizes. patch by jbellis; tested by Brandon Williams for CASSANDRA-1100 2010-05-18 02:18:45 +00:00
ColumnFamilyStoreMBean.java add latency histogram to CFSMbean. patch by Ryan King; reviewed by jbellis and Stu Hood for CASSANDRA-1024 2010-04-29 01:45:38 +00:00
ColumnIndexer.java merge from 0.5 2010-02-16 03:41:03 +00:00
ColumnSerializer.java add checks for obviously bogus values read 2009-10-23 03:06:46 +00:00
CompactionManager.java Track row stats per CF at compaction time. patch by Brandon Williams; reviewed by jbellis for CASSANDRA-870 2010-03-15 17:59:31 +00:00
CompactionManagerMBean.java make estimation of pendingtasks for CompactionManager sane. patch by jbellis; reviewed by eevans for CASSANDRA-599 2009-12-23 19:20:16 +00:00
DBConstants.java Remove 'final' from all class declarations. Patch by Jeff Hodges, reviewed by Gary Dusbabek. CASSANDRA-706 2010-01-16 00:20:51 +00:00
DecoratedKey.java make empty strings always return the MINIMUM token, and DecoratedKeys containing the MINIMUM token always be considered empty. This is something we probably should be doing anyway for consistency. (It was already true for OPP, but not COPP or RP.) 2010-01-29 19:31:32 +00:00
HintedHandOffManager.java add per-keyspace replication factor and replication strategy. Patch by Gary Dusbabek, reviewed by Jaakko Laine. CASSANDRA-620 2010-02-04 15:21:31 +00:00
IColumn.java r/m unused code. patch by jbellis 2010-01-07 05:47:40 +00:00
IColumnContainer.java need to include column container's deletion status when determining whether to include a column in the live count. 2009-08-24 21:48:20 +00:00
IFlushable.java use a sorted map for memtable contents to make range queries not have to sort every time 2010-02-17 23:22:23 +00:00
KeyspaceNotDefinedException.java refactor thrift-specific code ...server -> ...thrift 2010-01-29 16:24:28 +00:00
Memtable.java Convert KeysCachedFraction to KeysCached, temporarily breaking things since it gives KeysCached per SSTable not per CF. Also refactors how key cache is instantiated, and removes SSTableAccessor from test suite. 2010-02-27 15:02:48 +00:00
RangeSliceCommand.java add wordcount hadoop example 2010-02-12 21:55:31 +00:00
RangeSliceReply.java fix range queries and Range/Bounds intersections. patch by jbellis; tested by Jack Culpepper for CASSANDRA-781 2010-02-16 02:47:57 +00:00
ReadCommand.java convert verbs to enums 2010-01-21 21:23:13 +00:00
ReadRepairVerbHandler.java replace DataInputBuffer with ByteArrayInputStream/DataInputStream. patch by Todd Blose; reviewed by jbellis for CASSANDRA-656 2009-12-29 06:13:04 +00:00
ReadResponse.java mv tree and gossip verb registration into StorageService 2010-01-21 21:22:25 +00:00
ReadVerbHandler.java keep the replica set constant throughout the read repair process. patch by jbellis; reviewed by gdusbabek for CASSANDRA-937 2010-04-01 01:39:01 +00:00
Row.java move resolve, diff out of Row and into CF static methods 2009-12-05 00:30:22 +00:00
RowMutation.java Treat batch_mutate Deletion with null supercolumn as "apply this predicate to top level supercolumns". 2010-03-23 15:10:02 +00:00
RowMutationMessage.java convert verbs to enums 2010-01-21 21:23:13 +00:00
RowMutationVerbHandler.java clean up hints/headers, add ability to hint multiple targets per message. patch by jbellis; reviewed by Ryan King for CASSANDRA-822 2010-03-02 21:22:21 +00:00
SliceByNamesReadCommand.java refactor thrift-specific code ...server -> ...thrift 2010-01-29 16:24:28 +00:00
SliceFromReadCommand.java refactor thrift-specific code ...server -> ...thrift 2010-01-29 16:24:28 +00:00
SuperColumn.java add basic hadoop support using Thrift, one split per node 2010-02-12 21:53:15 +00:00
SystemTable.java store cluster name in system table, exit on mismatch. patch by Brandon Williams; reviewed by jbellis for CASSANDRA-769 2010-03-16 23:17:51 +00:00
Table.java split CommitLogExecutorService into BatchCommitLogExecutorService and PeriodicCommitLogExecutorService. Since Periodic mode doesn't need to block for each mutation, the executor can avoid generating extra garbage from unnecessary FutureTask wrappers. patch by jbellis; reviewed by gdusbabek for CASSANDRA-1014 2010-04-28 16:30:20 +00:00
WriteResponse.java convert EndPoint to InetAddress (removes MembershipCleaner, the code to drop a node from the cluster entirely. we're probably going to want to resurrect that at some point) 2009-10-21 18:26:02 +00:00