Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 27330 invoked from network); 8 Aug 2009 13:34:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Aug 2009 13:34:08 -0000 Received: (qmail 42754 invoked by uid 500); 8 Aug 2009 13:34:15 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 42720 invoked by uid 500); 8 Aug 2009 13:34:15 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 42711 invoked by uid 99); 8 Aug 2009 13:34:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 13:34:15 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 13:34:04 +0000 Received: by fg-out-1718.google.com with SMTP id d23so575375fga.3 for ; Sat, 08 Aug 2009 06:33:43 -0700 (PDT) MIME-Version: 1.0 Sender: jonas@jonasboner.com Received: by 10.86.27.13 with SMTP id a13mr1811969fga.49.1249738423512; Sat, 08 Aug 2009 06:33:43 -0700 (PDT) Date: Sat, 8 Aug 2009 15:33:43 +0200 X-Google-Sender-Auth: 2710a537e4d434db Message-ID: <8969538b0908080633wa705711l1f091154397db223@mail.gmail.com> Subject: new thrift API From: =?UTF-8?B?Sm9uYXMgQm9uw6ly?= To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hey guys. Is the new API stabilizing? How is the new range functions suppose to work? public List get_slice_by_names(String keyspace, String key, ColumnParent column_parent, List column_names, int consistency_level) throws InvalidRequestException, NotFoundException, TException; public List get_slice(String keyspace, String key, ColumnParent column_parent, byte[] start, byte[] finish, boolean is_ascending, int count, int consistency_level) throws InvalidRequestException, NotFoundException, TException; These both have a start, finish and count. I was expecting start and offset or only start, finish. Is the new API documented yet? Thanks. --=20 Jonas Bon=C3=A9r twitter: @jboner blog: http://jonasboner.com work: http://crisp.se work: http://scalablesolutions.se code: http://github.com/jboner