From commits-return-1650-apmail-helix-commits-archive=helix.apache.org@helix.apache.org Tue May 7 03:12:41 2013 Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-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 7DC22FE05 for ; Tue, 7 May 2013 03:12:41 +0000 (UTC) Received: (qmail 76016 invoked by uid 500); 7 May 2013 03:12:41 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 75972 invoked by uid 500); 7 May 2013 03:12:40 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 75963 invoked by uid 99); 7 May 2013 03:12:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 03:12:40 +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; Tue, 07 May 2013 03:12:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 811A32388A3F; Tue, 7 May 2013 03:12:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1479756 [4/39] - in /incubator/helix/site-content: ./ apidocs/reference/org/apache/helix/ apidocs/reference/org/apache/helix/agent/ apidocs/reference/org/apache/helix/manager/zk/ apidocs/reference/org/apache/helix/messaging/handling/ apido... Date: Tue, 07 May 2013 03:11:00 -0000 To: commits@helix.incubator.apache.org From: kishoreg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130507031203.811A32388A3F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/helix/site-content/apidocs/reference/org/apache/helix/ConfigScopeBuilder.html URL: http://svn.apache.org/viewvc/incubator/helix/site-content/apidocs/reference/org/apache/helix/ConfigScopeBuilder.html?rev=1479756&view=auto ============================================================================== --- incubator/helix/site-content/apidocs/reference/org/apache/helix/ConfigScopeBuilder.html (added) +++ incubator/helix/site-content/apidocs/reference/org/apache/helix/ConfigScopeBuilder.html Tue May 7 03:10:53 2013 @@ -0,0 +1,1253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ConfigScopeBuilder + + +| Apache Helix + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+ + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

ConfigScopeBuilder

+ + + + + extends Object
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳org.apache.helix.ConfigScopeBuilder
+ + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + ConfigScopeBuilder() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + ConfigScope + + build(String scopePairs) + +
+ + + + + + ConfigScope + + build(ConfigScope.ConfigScopeProperty scope, String clusterName, String... scopeKeys) + +
+ + + + + + ConfigScope + + build() + +
+ + + + + + ConfigScopeBuilder + + forCluster(String clusterName) + +
+ + + + + + ConfigScopeBuilder + + forParticipant(String participantName) + +
+ + + + + + ConfigScopeBuilder + + forPartition(String partitionName) + +
+ + + + + + ConfigScopeBuilder + + forResource(String resourceName) + +
+ + + + + + Map<ConfigScope.ConfigScopePropertyString> + + getScopeMap() + +
+ + + + + + String + + toString() + +
+ + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + java.lang.Object + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + ConfigScopeBuilder + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + ConfigScope + + build + (String scopePairs) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScope + + build + (ConfigScope.ConfigScopeProperty scope, String clusterName, String... scopeKeys) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScope + + build + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScopeBuilder + + forCluster + (String clusterName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScopeBuilder + + forParticipant + (String participantName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScopeBuilder + + forPartition + (String partitionName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + ConfigScopeBuilder + + forResource + (String resourceName) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Map<ConfigScope.ConfigScopePropertyString> + + getScopeMap + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + String + + toString + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Modified: incubator/helix/site-content/apidocs/reference/org/apache/helix/agent/ProcessMonitorThread.html URL: http://svn.apache.org/viewvc/incubator/helix/site-content/apidocs/reference/org/apache/helix/agent/ProcessMonitorThread.html?rev=1479756&r1=1479755&r2=1479756&view=diff ============================================================================== --- incubator/helix/site-content/apidocs/reference/org/apache/helix/agent/ProcessMonitorThread.html (original) +++ incubator/helix/site-content/apidocs/reference/org/apache/helix/agent/ProcessMonitorThread.html Tue May 7 03:10:53 2013 @@ -643,6 +643,22 @@ From class + Object + + + clone() + + + + + + + + + + + + int @@ -652,7 +668,7 @@ From class - + @@ -668,7 +684,7 @@ From class - + @@ -684,7 +700,7 @@ From class - + @@ -700,7 +716,7 @@ From class - + @@ -716,7 +732,7 @@ From class - + @@ -732,7 +748,7 @@ From class - + @@ -748,7 +764,7 @@ From class - + @@ -764,7 +780,7 @@ From class - + @@ -780,7 +796,7 @@ From class - + @@ -796,7 +812,7 @@ From class - + @@ -812,7 +828,7 @@ From class - + @@ -828,7 +844,7 @@ From class - + @@ -844,7 +860,7 @@ From class - + @@ -860,7 +876,7 @@ From class - + @@ -876,7 +892,7 @@ From class - + @@ -892,7 +908,7 @@ From class - + @@ -908,7 +924,7 @@ From class - + @@ -924,7 +940,7 @@ From class - + @@ -940,7 +956,7 @@ From class - + @@ -956,7 +972,7 @@ From class - + @@ -972,7 +988,7 @@ From class - + @@ -988,7 +1004,7 @@ From class - + synchronized @@ -1004,7 +1020,7 @@ From class - + synchronized @@ -1020,7 +1036,7 @@ From class - + @@ -1036,7 +1052,7 @@ From class - + @@ -1052,7 +1068,7 @@ From class - + @@ -1068,7 +1084,7 @@ From class - + @@ -1084,7 +1100,7 @@ From class - + @@ -1100,7 +1116,7 @@ From class - + @@ -1116,7 +1132,7 @@ From class - + @@ -1132,7 +1148,7 @@ From class - + @@ -1148,7 +1164,7 @@ From class - + @@ -1164,7 +1180,7 @@ From class - + @@ -1180,7 +1196,7 @@ From class - + synchronized @@ -1196,7 +1212,7 @@ From class - + synchronized @@ -1212,7 +1228,7 @@ From class - + @@ -1228,7 +1244,7 @@ From class - + @@ -1244,7 +1260,7 @@ From class - + @@ -1260,7 +1276,7 @@ From class - + Modified: incubator/helix/site-content/apidocs/reference/org/apache/helix/manager/zk/ZkCacheEventThread.html URL: http://svn.apache.org/viewvc/incubator/helix/site-content/apidocs/reference/org/apache/helix/manager/zk/ZkCacheEventThread.html?rev=1479756&r1=1479755&r2=1479756&view=diff ============================================================================== --- incubator/helix/site-content/apidocs/reference/org/apache/helix/manager/zk/ZkCacheEventThread.html (original) +++ incubator/helix/site-content/apidocs/reference/org/apache/helix/manager/zk/ZkCacheEventThread.html Tue May 7 03:10:53 2013 @@ -652,6 +652,22 @@ From class + Object + + + clone() + + + + + + + + + + + + int @@ -661,7 +677,7 @@ From class - + @@ -677,7 +693,7 @@ From class - + @@ -693,7 +709,7 @@ From class - + @@ -709,7 +725,7 @@ From class - + @@ -725,7 +741,7 @@ From class - + @@ -741,7 +757,7 @@ From class - + @@ -757,7 +773,7 @@ From class - + @@ -773,7 +789,7 @@ From class - + @@ -789,7 +805,7 @@ From class - + @@ -805,7 +821,7 @@ From class - + @@ -821,7 +837,7 @@ From class - + @@ -837,7 +853,7 @@ From class - + @@ -853,7 +869,7 @@ From class - + @@ -869,7 +885,7 @@ From class - + @@ -885,7 +901,7 @@ From class - + @@ -901,7 +917,7 @@ From class - + @@ -917,7 +933,7 @@ From class - + @@ -933,7 +949,7 @@ From class - + @@ -949,7 +965,7 @@ From class - + @@ -965,7 +981,7 @@ From class - + @@ -981,7 +997,7 @@ From class - + @@ -997,7 +1013,7 @@ From class - + synchronized @@ -1013,7 +1029,7 @@ From class - + synchronized @@ -1029,7 +1045,7 @@ From class - + @@ -1045,7 +1061,7 @@ From class - + @@ -1061,7 +1077,7 @@ From class - + @@ -1077,7 +1093,7 @@ From class - + @@ -1093,7 +1109,7 @@ From class - + @@ -1109,7 +1125,7 @@ From class - + @@ -1125,7 +1141,7 @@ From class - + @@ -1141,7 +1157,7 @@ From class - + @@ -1157,7 +1173,7 @@ From class - + @@ -1173,7 +1189,7 @@ From class - + @@ -1189,7 +1205,7 @@ From class - + synchronized @@ -1205,7 +1221,7 @@ From class - + synchronized @@ -1221,7 +1237,7 @@ From class - + @@ -1237,7 +1253,7 @@ From class - + @@ -1253,7 +1269,7 @@ From class - + @@ -1269,7 +1285,7 @@ From class - + Added: incubator/helix/site-content/apidocs/reference/org/apache/helix/messaging/handling/HelixTask.TimeoutCancelTask.html URL: http://svn.apache.org/viewvc/incubator/helix/site-content/apidocs/reference/org/apache/helix/messaging/handling/HelixTask.TimeoutCancelTask.html?rev=1479756&view=auto ============================================================================== --- incubator/helix/site-content/apidocs/reference/org/apache/helix/messaging/handling/HelixTask.TimeoutCancelTask.html (added) +++ incubator/helix/site-content/apidocs/reference/org/apache/helix/messaging/handling/HelixTask.TimeoutCancelTask.html Tue May 7 03:10:53 2013 @@ -0,0 +1,975 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HelixTask.TimeoutCancelTask + + +| Apache Helix + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

HelixTask.TimeoutCancelTask

+ + + + + + + + + extends TimerTask
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳java.util.TimerTask
    ↳org.apache.helix.messaging.handling.HelixTask.TimeoutCancelTask
+ + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + HelixTask.TimeoutCancelTask(HelixTaskExecutor executor, Message message, NotificationContext context) + +
+ + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + void + + run() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + java.util.TimerTask + +
+ + +
+
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + java.lang.Runnable + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + HelixTask.TimeoutCancelTask + (HelixTaskExecutor executor, Message message, NotificationContext context) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + void + + run + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file