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 8407047AB for ; Thu, 2 Jun 2011 04:05:51 +0000 (UTC) Received: (qmail 57647 invoked by uid 500); 2 Jun 2011 04:05:51 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 57586 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 57509 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:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B68272388C5A; 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 [22/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.B68272388C5A@eris.apache.org> Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/TaskID.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/TaskID.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/TaskID.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/class-use/TaskID.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,203 @@ + + + + + + +Uses of Class org.apache.hama.bsp.TaskID (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

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

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

+ + + + + + + + + + + + + +
Methods in org.apache.hama.bsp that return TaskID
+static TaskIDTaskID.forName(String str) + +
+           
+ TaskIDTaskAttemptID.getTaskID() + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.hama.bsp with parameters of type TaskID
TaskAttemptID(TaskID taskId, + int id) + +
+           
+  +

+


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

+Uses of Class
org.apache.hama.bsp.TaskLog.LogName

+
+ + + + + + + + + +
+Packages that use TaskLog.LogName
org.apache.hama.bspBSP computing framework. 
+  +

+ + + + + +
+Uses of TaskLog.LogName in org.apache.hama.bsp
+  +

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

+ + + + + + + + + +
Methods in org.apache.hama.bsp with parameters of type TaskLog.LogName
+static FileTaskLog.getTaskLogFile(TaskAttemptID taskid, + TaskLog.LogName filter) + +
+           
+  +

+


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

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

+
+No usage of org.apache.hama.bsp.TaskLog +

+


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

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

+
+No usage of org.apache.hama.bsp.TaskLogAppender +

+


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

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

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

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

+ + + + + + + + + +
Subclasses of TaskRunner in org.apache.hama.bsp
+ classBSPTaskRunner + +
+          Base class that runs a task in a separate process.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-frame.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-frame.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-frame.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-frame.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,126 @@ + + + + + + +org.apache.hama.bsp (Hama 0.2.0 API) + + + + + + + + + + + +org.apache.hama.bsp + + + + +
+Interfaces  + +
+BSPInterface +
+BSPPeerInterface +
+BSPPeerProtocol +
+BSPRPCProtocolVersion +
+Queue +
+RunningJob +
+Schedulable
+ + + + + + +
+Classes  + +
+BSP +
+BSPJob +
+BSPJobClient +
+BSPJobContext +
+BSPJobID +
+BSPMaster +
+BSPMessage +
+BSPPeer +
+BSPTask +
+BSPTaskRunner +
+ClusterStatus +
+Directive +
+GroomServer +
+GroomServer.Child +
+GroomServerStatus +
+ID +
+JobProfile +
+JobStatus +
+QueueManager +
+Task +
+TaskAttemptContext +
+TaskAttemptID +
+TaskID +
+TaskLog +
+TaskLogAppender +
+TaskRunner
+ + + + + + +
+Enums  + +
+BSPJob.JobState +
+BSPJobClient.TaskStatusFilter +
+BSPMaster.State +
+Directive.Type +
+JobStatus.State +
+TaskLog.LogName
+ + + + Added: incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-summary.html URL: http://svn.apache.org/viewvc/incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-summary.html?rev=1130398&view=auto ============================================================================== --- incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-summary.html (added) +++ incubator/hama/site/publish/docs/r0.2.0/api/org/apache/hama/bsp/package-summary.html Thu Jun 2 04:04:29 2011 @@ -0,0 +1,352 @@ + + + + + + +org.apache.hama.bsp (Hama 0.2.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.hama.bsp +

+BSP computing framework. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
BSPInterfaceInterface BSP defines the basic operations needed to implement the BSP + algorithm.
BSPPeerInterfaceBSP communication interface.
BSPPeerProtocolProtocol that task child process uses to contact its parent process.
BSPRPCProtocolVersionRPC Protocol version
Queue<T>Job Queue interface.
RunningJobRunningJob is the user-interface to query for details on a + running BSP job.
SchedulableThis is the class that schedules commands to GroomServer(s)
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
BSPThis class provides an abstract implementation of the BSP interface.
BSPJobA BSP job configuration.
BSPJobClientBSPJobClient is the primary interface for the user-job to interact with the + BSPMaster.
BSPJobContextA read-only view of the bsp job that is provided to the tasks while they are + running.
BSPJobIDBSPJobID represents the immutable and unique identifier for the job.
BSPMasterBSPMaster is responsible to control all the groom servers and to manage bsp + jobs.
BSPMessageBSPMessage consists of the tag and the arbitrary amount of data to be + communicated.
BSPPeerThis class represents a BSP peer.
BSPTaskBase class for tasks.
BSPTaskRunnerBase class that runs a task in a separate process.
ClusterStatusStatus information on the current state of the BSP cluster.
DirectiveA generic directive from the BSPMaster to the + GroomServer to take some 'action'.
GroomServerA Groom Server (shortly referred to as groom) is a process that performs bsp + tasks assigned by BSPMaster.
GroomServer.ChildThe main() for child processes.
GroomServerStatusA GroomServerStatus is a BSP primitive.
IDA general identifier, which internally stores the id as an integer.
JobProfileA JobProfile tracks job's status.
JobStatusDescribes the current status of a job.
QueueManagerA BSPJob Queue Manager.
TaskBase class for tasks.
TaskAttemptContextThe context for task attempts.
TaskAttemptIDTaskAttemptID is a unique identifier for a task attempt.
TaskIDTaskID represents the immutable and unique identifier for a BSP Task.
TaskLogA simple logger to handle the task-specific user logs.
TaskLogAppenderA simple log4j-appender for the task child's BSP system logs.
TaskRunnerBase class that runs a task in a separate process.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Summary
BSPJob.JobState 
BSPJobClient.TaskStatusFilter 
BSPMaster.State 
Directive.Type 
JobStatus.State 
TaskLog.LogNameThe filter for userlogs.
+  + +

+

+Package org.apache.hama.bsp Description +

+ +

+BSP computing framework. +

+ +

+

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

+Hierarchy For Package org.apache.hama.bsp +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.log4j.AppenderSkeleton (implements org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler) +
        +
      • org.apache.log4j.WriterAppender +
      +
    • org.apache.hama.bsp.BSP (implements org.apache.hama.bsp.BSPInterface) +
    • org.apache.hama.bsp.BSPJobContext +
    • org.apache.hama.bsp.BSPMaster (implements org.apache.hama.ipc.JobSubmissionProtocol, org.apache.hama.ipc.MasterProtocol) +
    • org.apache.hama.bsp.BSPMessage (implements org.apache.hadoop.io.Writable) +
    • org.apache.hama.bsp.BSPPeer (implements org.apache.hama.bsp.BSPPeerInterface, org.apache.zookeeper.Watcher) +
    • org.apache.hama.bsp.ClusterStatus (implements org.apache.hadoop.io.Writable) +
    • org.apache.hadoop.conf.Configured (implements org.apache.hadoop.conf.Configurable) +
        +
      • org.apache.hama.bsp.BSPJobClient (implements org.apache.hadoop.util.Tool) +
      +
    • org.apache.hama.bsp.Directive (implements org.apache.hadoop.io.Writable) +
    • org.apache.hama.bsp.GroomServer (implements org.apache.hama.bsp.BSPPeerProtocol, java.lang.Runnable, org.apache.hama.ipc.WorkerProtocol) +
    • org.apache.hama.bsp.GroomServer.Child
    • org.apache.hama.bsp.GroomServerStatus (implements org.apache.hadoop.io.Writable) +
    • org.apache.hama.bsp.ID (implements org.apache.hadoop.io.WritableComparable<T>) + +
    • org.apache.hama.bsp.JobProfile (implements org.apache.hadoop.io.Writable) +
    • org.apache.hama.bsp.JobStatus (implements java.lang.Cloneable, org.apache.hadoop.io.Writable) +
    • org.apache.hama.bsp.QueueManager
    • org.apache.hama.bsp.Task (implements org.apache.hadoop.io.Writable) + +
    • org.apache.hama.bsp.TaskLog
    • java.lang.Thread (implements java.lang.Runnable) + +
    +
+

+Interface Hierarchy +

+ +

+Enum Hierarchy +

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