Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 85987 invoked from network); 15 Jun 2009 04:35:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 04:35:41 -0000 Received: (qmail 85239 invoked by uid 500); 15 Jun 2009 04:35:53 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 85220 invoked by uid 500); 15 Jun 2009 04:35:53 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 85210 invoked by uid 99); 15 Jun 2009 04:35:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 04:35:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of asrabkin@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 04:35:45 +0000 Received: by qw-out-2122.google.com with SMTP id 3so1826888qwe.35 for ; Sun, 14 Jun 2009 21:35:24 -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=qSzM7g32GVhSqJ2xKGJiQH50IR7jbT7sV+OALZWlWG0=; b=F0PTVPHPGHL7tG6mQp83PVzmIpOMeOhuNW82jtDin8HyRd60yPOLuOROANKhetiQmk H8fBPZh0dyKhQDEvzJK6Xs+FHokpAYgqG45+HttOfy1aCjCzRxEpfhIlIahn10/iEENe HDni1SMQhyAHUTUQjxDWHjEpTWmWwDQQ4k3ao= 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=oQX+ioH6+LwmD0e9Mzwgi6p2fZQCkH9W5vcPoeCaiG5+nWxrL9mXIJ+Xc/d7ssGeyQ zYF/IvbsWgHmmrZD1+pyfOd6drXUasvjMTjRmw80SM3RavD7M9/npLjX2VcldHNR8YTj NE0MuR5hG4v/bKnautwDcEasyAljPx0TBBrjw= MIME-Version: 1.0 Received: by 10.220.71.6 with SMTP id f6mr4296443vcj.16.1245040524195; Sun, 14 Jun 2009 21:35:24 -0700 (PDT) Date: Sun, 14 Jun 2009 21:35:24 -0700 Message-ID: <39b0afc00906142135heba6c39v12c14ca5f2a555c5@mail.gmail.com> Subject: what does Adaptor.getStreamName() do? From: Ariel Rabkin To: chukwa-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We have this method adaptor.getStreamName(). But hardly anybody calls it. As near as I can tell, it's only used for debugging. I would like to rename it to something like debuggingName(), or else remove it entirely. Also, AbstractAdaptor.toString() should invoke this method. --Ari -- Ari Rabkin asrabkin@gmail.com UC Berkeley Computer Science Department