From commits-return-14780-apmail-cassandra-commits-archive=cassandra.apache.org@cassandra.apache.org Fri Jun 11 07:00:03 2010 Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 27342 invoked from network); 11 Jun 2010 05:23:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 05:23:45 -0000 Received: (qmail 47062 invoked by uid 500); 11 Jun 2010 05:23:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 46949 invoked by uid 500); 11 Jun 2010 05:23:42 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 46941 invoked by uid 500); 11 Jun 2010 05:23:42 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 46938 invoked by uid 99); 11 Jun 2010 05:23:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 05:23:42 +0000 X-ASF-Spam-Status: No, hits=-1551.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 05:23:41 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8650E17620; Fri, 11 Jun 2010 05:23:21 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 11 Jun 2010 05:23:21 -0000 Message-ID: <20100611052321.196.23230@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Trivial_Update_of_=22ThriftExamples=22_by_?= =?utf-8?q?PeterSankauskas?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "ThriftExamples" page has been changed by PeterSankauskas. The comment on this change is: Fixing typo - was "name" when it should have= been "value". http://wiki.apache.org/cassandra/ThriftExamples?action=3Ddiff&rev1=3D81&rev= 2=3D82 -------------------------------------------------- ConsistencyLevel.ONE).getColumn(); = System.out.println("column name: " + new String(col.name,= UTF8)); - System.out.println("column name: " + new String(col.value= , UTF8)); + System.out.println("column value: " + new String(col.valu= e, UTF8)); System.out.println("column timestamp: " + new Date(col.ti= mestamp)); = // read entire row