Return-Path: X-Original-To: apmail-curator-user-archive@minotaur.apache.org Delivered-To: apmail-curator-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B6DA1043E for ; Fri, 8 Nov 2013 01:05:15 +0000 (UTC) Received: (qmail 10470 invoked by uid 500); 8 Nov 2013 01:05:15 -0000 Delivered-To: apmail-curator-user-archive@curator.apache.org Received: (qmail 10443 invoked by uid 500); 8 Nov 2013 01:05:15 -0000 Mailing-List: contact user-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@curator.apache.org Delivered-To: mailing list user@curator.apache.org Received: (qmail 10435 invoked by uid 99); 8 Nov 2013 01:05:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 01:05:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of comptechgeeky@gmail.com designates 74.125.82.181 as permitted sender) Received: from [74.125.82.181] (HELO mail-we0-f181.google.com) (74.125.82.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 01:05:10 +0000 Received: by mail-we0-f181.google.com with SMTP id t60so1347240wes.12 for ; Thu, 07 Nov 2013 17:04:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=zPPucb3B8LmUVgnXIEX22cdHdy+3a7DoOaIYdbgkZ8I=; b=wXtumzOixGC2RjlOKBouNTqh/t6uHyBTe7WR1I4+iIffFC0HcGHJjNqS5whyWvGbE5 MrHggagB6l7Ni0Ikgbwutcd42SSBDcEOmqjb7dx6MPyDocEEOHPjrTaFjeCplpNr8JqT wXjyvNivlVpfElh1y+3bPqvy+4iZ3bP9PuVVR06ug5KbIoFs62DboNOQUDDYE9QCV4+X /Yd959Zwc+8xHSdFuoUJUHoXjO88yq+qGlUn+v0FOzbxEORdh1/DoEXG6HlgpWrqY+MU bwZ0GNspuIcX18fdnFXo0J9Tyc3S7hK+lkCmSmAPBcYWvwC+pSIZZz0LgsCROg69jPUJ aHXg== X-Received: by 10.180.184.112 with SMTP id et16mr282370wic.4.1383872689061; Thu, 07 Nov 2013 17:04:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.8.100 with HTTP; Thu, 7 Nov 2013 17:04:28 -0800 (PST) From: Techy Teck Date: Thu, 7 Nov 2013 17:04:28 -0800 Message-ID: Subject: Create a Sequence node using Apache Curator? To: user Content-Type: multipart/alternative; boundary=001a11c2269a0bc4cf04ea9ff801 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2269a0bc4cf04ea9ff801 Content-Type: text/plain; charset=ISO-8859-1 I am trying to create sequence node using Apache Curator. I am not able to find any example of that? private static void createZnodes(CuratorFramework client) throws Exception { client.create().creatingParentsIfNeeded().forPath("/foo/path-"); } Any example will be greatly appreciated.. Thanks.. --001a11c2269a0bc4cf04ea9ff801 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I am trying to create sequence node using Apache Curator. = I am not able to find any example of that?

=A0=A0=A0 private static = void createZnodes(CuratorFramework client) throws Exception {
=A0=A0=A0 =
=A0=A0=A0 =A0=A0=A0 client.create().creatingParentsIfNeeded().forPath(&= quot;/foo/path-");=A0=A0=A0
=A0=A0=A0 }
=A0=A0=A0
Any example will be greatly appreciated.. Than= ks..
--001a11c2269a0bc4cf04ea9ff801--