Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
expose redone remove to thrift. patch by jbellis; reviewed by Jun Rao…
Browse files Browse the repository at this point in the history
… for #83
  • Loading branch information
Jonathan Ellis committed Apr 16, 2009
1 parent a27124d commit 3bc809e
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 99 deletions.
2 changes: 1 addition & 1 deletion interface/cassandra.thrift
Expand Up @@ -60,7 +60,7 @@ service Cassandra {
async void insert(string tablename,string key,string columnFamily_column, string cellData,i64 timestamp),
async void batch_insert(batch_mutation_t batchMutation),
bool batch_insert_blocking(batch_mutation_t batchMutation) throws (1:CassandraException e),
async void remove(string tablename,string key,string columnFamily_column),
bool remove(string tablename,string key,string columnFamily_column, i64 timestamp, bool block),
list<column_t> get_columns_since(string tablename, string key, string columnFamily_column, i64 timeStamp) throws (1:CassandraException e),

list<superColumn_t> get_slice_super(string tablename, string key, string columnFamily_superColumnName, i32 start = -1 , i32 count = -1) throws (1:CassandraException e),
Expand Down

0 comments on commit 3bc809e

Please sign in to comment.