Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 60243 invoked from network); 11 Aug 2009 00:24:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Aug 2009 00:24:33 -0000 Received: (qmail 97144 invoked by uid 500); 11 Aug 2009 00:24:39 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 97126 invoked by uid 500); 11 Aug 2009 00:24:39 -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 97117 invoked by uid 99); 11 Aug 2009 00:24:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 00:24:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mark.mcbride@gmail.com designates 209.85.221.192 as permitted sender) Received: from [209.85.221.192] (HELO mail-qy0-f192.google.com) (209.85.221.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 00:24:30 +0000 Received: by qyk30 with SMTP id 30so2898177qyk.32 for ; Mon, 10 Aug 2009 17:24:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=DK60vQWtLVawbskReGsh87RlNd+pPtbGtKWfJB3q8Nc=; b=EkgOpfW3wVR95ENexGNLq8Gpbi6z0GoqYlsYCet3hF/GJdEMdX7/aZndqPOifIMNE6 MIdTDAXJvPA5nKLN3VqV8KRqfHNAXpHaC8l+MMq2BR+E9C1gphOfHTeW6xK8H9G2U1/y 1ytcFhocIpXcf2L6q3aQg2A5auAqA5lYwWhKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=qM4DGw2McMzXyhX42aDD/D4ou9p7/ZlpyyvpQNfd4PMMA4XNxgdFPMDqh1HnSEC11c r2G40+r90D03f9oUqtaH55UMUEwMLOi9Bu6MjAiQUjP1f55tEQTe9l2KC7aj+ddebA9I iDRiHHjHvGd6asVGgmGXSl3olVYJ4MQPcD0Ls= MIME-Version: 1.0 Received: by 10.224.54.143 with SMTP id q15mr3673063qag.377.1249950249853; Mon, 10 Aug 2009 17:24:09 -0700 (PDT) Date: Mon, 10 Aug 2009 17:24:09 -0700 Message-ID: <5676b0940908101724g44e1553ehb176099f449d81f5@mail.gmail.com> Subject: Valid consistency level values on trunk From: Mark McBride To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org What are the allowed values for consistency level in the new API? Just testing things it looks like 0, 1, 2, 3... is that expected? ---Mark