Return-Path: X-Original-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 526F147AE for ; Thu, 2 Jun 2011 04:05:52 +0000 (UTC) Received: (qmail 57737 invoked by uid 500); 2 Jun 2011 04:05:51 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 57668 invoked by uid 500); 2 Jun 2011 04:05:51 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 57516 invoked by uid 99); 2 Jun 2011 04:05:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 04:05:50 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 04:05:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4EA7D2388C3E; Thu, 2 Jun 2011 04:04:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130398 [19/30] - in /incubator/hama/site/publish/docs/r0.2.0/api: ./ org/ org/apache/ org/apache/hama/ org/apache/hama/bsp/ org/apache/hama/bsp/class-use/ org/apache/hama/class-use/ org/apache/hama/ipc/ org/apache/hama/ipc/class-use/ org/... Date: Thu, 02 Jun 2011 04:04:33 -0000 To: hama-commits@incubator.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110602040437.4EA7D2388C3E@eris.apache.org> Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerInterface.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerInterface.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerInterface.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerInterface.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,221 @@ + + + + + + +Uses of Interface org.apache.hama.bsp.BSPPeerInterface (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.hama.bsp.BSPPeerInterface

+
+ + + + + + + + + +
+Packages that use BSPPeerInterface
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of BSPPeerInterface in org.apache.hama.bsp
+  +

+ + + + + + + + + +
Subinterfaces of BSPPeerInterface in org.apache.hama.bsp
+ interfaceBSPPeerProtocol + +
+          Protocol that task child process uses to contact its parent process.
+  +

+ + + + + + + + + + + + + +
Classes in org.apache.hama.bsp that implement BSPPeerInterface
+ classBSPPeer + +
+          This class represents a BSP peer.
+ classGroomServer + +
+          A Groom Server (shortly referred to as groom) is a process that performs bsp + tasks assigned by BSPMaster.
+  +

+ + + + + + + + + +
Methods in org.apache.hama.bsp that return BSPPeerInterface
+protected  BSPPeerInterfaceBSPPeer.getBSPPeerConnection(InetSocketAddress addr) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerProtocol.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerProtocol.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerProtocol.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPPeerProtocol.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,223 @@ + + + + + + +Uses of Interface org.apache.hama.bsp.BSPPeerProtocol (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.hama.bsp.BSPPeerProtocol

+
+ + + + + + + + + +
+Packages that use BSPPeerProtocol
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of BSPPeerProtocol in org.apache.hama.bsp
+  +

+ + + + + + + + + +
Classes in org.apache.hama.bsp that implement BSPPeerProtocol
+ classGroomServer + +
+          A Groom Server (shortly referred to as groom) is a process that performs bsp + tasks assigned by BSPMaster.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.hama.bsp with parameters of type BSPPeerProtocol
+ voidBSPInterface.bsp(BSPPeerProtocol bspPeer) + +
+          A user defined function for programming in the BSP style.
+ voidTask.done(BSPPeerProtocol umbilical) + +
+           
+ voidBSPTask.run(BSPJob job, + BSPPeerProtocol umbilical) + +
+           
+abstract  voidTask.run(BSPJob job, + BSPPeerProtocol umbilical) + +
+          Run this task as a part of the named job.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPRPCProtocolVersion.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPRPCProtocolVersion.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPRPCProtocolVersion.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPRPCProtocolVersion.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,213 @@ + + + + + + +Uses of Interface org.apache.hama.bsp.BSPRPCProtocolVersion (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.hama.bsp.BSPRPCProtocolVersion

+
+ + + + + + + + + +
+Packages that use BSPRPCProtocolVersion
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of BSPRPCProtocolVersion in org.apache.hama.bsp
+  +

+ + + + + + + + + + + + + +
Subinterfaces of BSPRPCProtocolVersion in org.apache.hama.bsp
+ interfaceBSPPeerInterface + +
+          BSP communication interface.
+ interfaceBSPPeerProtocol + +
+          Protocol that task child process uses to contact its parent process.
+  +

+ + + + + + + + + + + + + +
Classes in org.apache.hama.bsp that implement BSPRPCProtocolVersion
+ classBSPPeer + +
+          This class represents a BSP peer.
+ classGroomServer + +
+          A Groom Server (shortly referred to as groom) is a process that performs bsp + tasks assigned by BSPMaster.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTask.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTask.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTask.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTask.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,188 @@ + + + + + + +Uses of Class org.apache.hama.bsp.BSPTask (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hama.bsp.BSPTask

+
+ + + + + + + + + +
+Packages that use BSPTask
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of BSPTask in org.apache.hama.bsp
+  +

+ + + + + + + + + + + +
Constructors in org.apache.hama.bsp with parameters of type BSPTask
BSPTaskRunner(BSPTask bspTask, + GroomServer groom, + BSPJob conf) + +
+           
TaskRunner(BSPTask bspTask, + GroomServer groom, + BSPJob conf) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTaskRunner.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTaskRunner.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTaskRunner.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/BSPTaskRunner.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,188 @@ + + + + + + +Uses of Class org.apache.hama.bsp.BSPTaskRunner (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hama.bsp.BSPTaskRunner

+
+ + + + + + + + + +
+Packages that use BSPTaskRunner
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of BSPTaskRunner in org.apache.hama.bsp
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.hama.bsp that return BSPTaskRunner
+ BSPTaskRunnerBSPTask.createRunner(GroomServer groom) + +
+           
+abstract  BSPTaskRunnerTask.createRunner(GroomServer groom) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/ClusterStatus.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/ClusterStatus.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/ClusterStatus.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/ClusterStatus.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,217 @@ + + + + + + +Uses of Class org.apache.hama.bsp.ClusterStatus (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hama.bsp.ClusterStatus

+
+ + + + + + + + + + + + + +
+Packages that use ClusterStatus
org.apache.hama.bspBSP computing framework. 
org.apache.hama.ipcTools to help define network clients and servers. 
+  +

+ + + + + +
+Uses of ClusterStatus in org.apache.hama.bsp
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.hama.bsp that return ClusterStatus
+ ClusterStatusBSPMaster.getClusterStatus(boolean detailed) + +
+           
+ ClusterStatusBSPJobClient.getClusterStatus(boolean detailed) + +
+          Get status information about the BSP cluster
+  +

+ + + + + +
+Uses of ClusterStatus in org.apache.hama.ipc
+  +

+ + + + + + + + + +
Methods in org.apache.hama.ipc that return ClusterStatus
+ ClusterStatusJobSubmissionProtocol.getClusterStatus(boolean detailed) + +
+          Get the current status of the cluster
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.Type.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.Type.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.Type.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.Type.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,197 @@ + + + + + + +Uses of Class org.apache.hama.bsp.Directive.Type (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hama.bsp.Directive.Type

+
+ + + + + + + + + +
+Packages that use Directive.Type
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of Directive.Type in org.apache.hama.bsp
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.hama.bsp that return Directive.Type
+ Directive.TypeDirective.getType() + +
+           
+static Directive.TypeDirective.Type.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Directive.Type[]Directive.Type.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/Directive.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,225 @@ + + + + + + +Uses of Class org.apache.hama.bsp.Directive (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.hama.bsp.Directive

+
+ + + + + + + + + + + + + +
+Packages that use Directive
org.apache.hama.bspBSP computing framework. 
org.apache.hama.ipcTools to help define network clients and servers. 
+  +

+ + + + + +
+Uses of Directive in org.apache.hama.bsp
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.hama.bsp with parameters of type Directive
+ voidGroomServer.dispatch(Directive directive) + +
+           
+ booleanBSPMaster.report(Directive directive) + +
+           
+  +

+ + + + + +
+Uses of Directive in org.apache.hama.ipc
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.hama.ipc with parameters of type Directive
+ voidWorkerProtocol.dispatch(Directive directive) + +
+          Instruct GroomServer performaning tasks.
+ booleanMasterProtocol.report(Directive directive) + +
+          A GroomServer (periodically) reports task statuses back to the BSPMaster.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + +