Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27A64109D7 for ; Mon, 17 Jun 2013 12:03:36 +0000 (UTC) Received: (qmail 29458 invoked by uid 500); 17 Jun 2013 12:03:35 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 29400 invoked by uid 500); 17 Jun 2013 12:03:31 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 29392 invoked by uid 500); 17 Jun 2013 12:03:30 -0000 Delivered-To: apmail-incubator-hama-commits@incubator.apache.org Received: (qmail 29389 invoked by uid 99); 17 Jun 2013 12:03:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2013 12:03:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2013 12:03:28 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C4590BFB for ; Mon, 17 Jun 2013 12:03:08 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 17 Jun 2013 12:03:08 -0000 Message-ID: <20130617120308.74990.98954@eos.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Trivial_Update_of_=22DynamicGraphs=22_by_edward?= =?utf-8?q?yoon?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "DynamicGraphs" page has been changed by edwardyoon: https://wiki.apache.org/hama/DynamicGraphs?action=3Ddiff&rev1=3D2&rev2=3D3 Comment: add comment. = An important note here is that adding or removing vertexes is happening i= n every sync of the peers. This means that during a superstep the additions= or deletions will be locally stored and after the end of the superstep wil= l be committed, through messages, to the peers through the partitioner. = = + -- ''If you plan to use the ListVerticesInfo, you will need to sort the = list in each step after adding/removing vertices. You can consider using of= SortedSet instead of list. -- Edward'' +=20