You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/07/04 22:56:22 UTC

[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: fa122214f.

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f5a31fd  Updated the website built from mesos SHA: fa122214f.
f5a31fd is described below

commit f5a31fd5d2585fe05b1df7decfc29fe623822700
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Jul 4 22:56:19 2019 +0000

    Updated the website built from mesos SHA: fa122214f.
---
 content/api/latest/java/index-all.html             | 13 ++++
 .../org/apache/mesos/MesosSchedulerDriver.html     | 76 ++++++++++++++++++++--
 .../java/org/apache/mesos/SchedulerDriver.html     | 70 ++++++++++++++++++--
 3 files changed, 145 insertions(+), 14 deletions(-)

diff --git a/content/api/latest/java/index-all.html b/content/api/latest/java/index-all.html
index 48e9334..1b3e3ec 100644
--- a/content/api/latest/java/index-all.html
+++ b/content/api/latest/java/index-all.html
@@ -51681,11 +51681,18 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/MesosSchedulerDriver.html#reviveOffers--">reviveOffers()</a></span> - Method in class org.apache.mesos.<a href="org/apache/mesos/MesosSchedulerDriver.html" title="class in org.apache.mesos">MesosSchedulerDriver</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/mesos/MesosSchedulerDriver.html#reviveOffers-java.util.Collection-">reviveOffers(Collection&lt;String&gt;)</a></span> - Method in class org.apache.mesos.<a href="org/apache/mesos/MesosSchedulerDriver.html" title="class in org.apache.mesos">MesosSchedulerDriver</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/SchedulerDriver.html#reviveOffers--">reviveOffers()</a></span> - Method in interface org.apache.mesos.<a href="org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></dt>
 <dd>
 <div class="block">Removes all filters previously set by the framework (via launchTasks()
  or declineOffer()) and clears the set of suppressed roles.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/mesos/SchedulerDriver.html#reviveOffers-java.util.Collection-">reviveOffers(Collection&lt;String&gt;)</a></span> - Method in interface org.apache.mesos.<a href="org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></dt>
+<dd>
+<div class="block">Removes filters for the specified roles and removes these roles from
+ the suppressed set.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/Protos.Resource.html#REVOCABLE_FIELD_NUMBER">REVOCABLE_FIELD_NUMBER</a></span> - Static variable in class org.apache.mesos.<a href="org/apache/mesos/Protos.Resource.html" title="class in org.apache.mesos">Protos.Resource</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/Protos.FrameworkInfo.Capability.Type.html#REVOCABLE_RESOURCES_VALUE">REVOCABLE_RESOURCES_VALUE</a></span> - Static variable in enum org.apache.mesos.<a href="org/apache/mesos/Protos.FrameworkInfo.Capability.Type.html" title="enum in org.apache.mesos">Protos.FrameworkInfo.Capability.Type</a></dt>
@@ -57782,10 +57789,16 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/MesosSchedulerDriver.html#suppressOffers--">suppressOffers()</a></span> - Method in class org.apache.mesos.<a href="org/apache/mesos/MesosSchedulerDriver.html" title="class in org.apache.mesos">MesosSchedulerDriver</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/mesos/MesosSchedulerDriver.html#suppressOffers-java.util.Collection-">suppressOffers(Collection&lt;String&gt;)</a></span> - Method in class org.apache.mesos.<a href="org/apache/mesos/MesosSchedulerDriver.html" title="class in org.apache.mesos">MesosSchedulerDriver</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/SchedulerDriver.html#suppressOffers--">suppressOffers()</a></span> - Method in interface org.apache.mesos.<a href="org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></dt>
 <dd>
 <div class="block">Informs Mesos master to stop sending offers to the framework (i.e.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/mesos/SchedulerDriver.html#suppressOffers-java.util.Collection-">suppressOffers(Collection&lt;String&gt;)</a></span> - Method in interface org.apache.mesos.<a href="org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></dt>
+<dd>
+<div class="block">Adds the roles to the suppressed set.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/mesos/Protos.CgroupInfo.Blkio.Operation.html#SYNC_VALUE">SYNC_VALUE</a></span> - Static variable in enum org.apache.mesos.<a href="org/apache/mesos/Protos.CgroupInfo.Blkio.Operation.html" title="enum in org.apache.mesos">Protos.CgroupInfo.Blkio.Operation</a></dt>
 <dd>
 <div class="block"><code>SYNC = 4;</code></div>
diff --git a/content/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html b/content/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html
index 855f32a..b9448f2 100644
--- a/content/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html
+++ b/content/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -333,11 +333,18 @@ implements <a href="../../../org/apache/mesos/SchedulerDriver.html" title="inter
 </tr>
 <tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#reviveOffers-java.util.Collection-">reviveOffers</a></span>(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</code>
+<div class="block">Removes filters for the specified roles and removes these roles from
+ the suppressed set.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#run--">run</a></span>()</code>
 <div class="block">Starts and immediately joins (i.e., blocks on) the driver.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#sendFrameworkMessage-org.apache.mesos.Protos.ExecutorID-org.apache.mesos.Protos.SlaveID-byte:A-">sendFrameworkMessage</a></span>(<a href="../../../org/apache/mesos/Protos.ExecutorID.html" title="class in org.apache.mesos">Protos.ExecutorID</a>&nbsp;executorId,
                     <a href="../../../org/apache/mesos/Protos.SlaveID.html" title="class in org.apache.mesos">Protos.SlaveID</a>&nbsp;slaveId,
@@ -345,31 +352,37 @@ implements <a href="../../../org/apache/mesos/SchedulerDriver.html" title="inter
 <div class="block">Sends a message from the framework to one of its executors.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#start--">start</a></span>()</code>
 <div class="block">Starts the scheduler driver.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#stop--">stop</a></span>()</code>
 <div class="block">Stops the scheduler driver assuming no failover.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#stop-boolean-">stop</a></span>(boolean&nbsp;failover)</code>
 <div class="block">Stops the scheduler driver.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#suppressOffers--">suppressOffers</a></span>()</code>
 <div class="block">Informs Mesos master to stop sending offers to the framework (i.e.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#suppressOffers-java.util.Collection-">suppressOffers</a></span>(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</code>
+<div class="block">Adds the roles to the suppressed set.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/MesosSchedulerDriver.html#updateFramework-org.apache.mesos.Protos.FrameworkInfo-java.util.Collection-">updateFramework</a></span>(<a href="../../../org/apache/mesos/Protos.FrameworkInfo.html" title="class in org.apache.mesos">Protos.FrameworkInfo</a>&nbsp;frameworkInfo,
                java.util.Collection&lt;java.lang.String&gt;&nbsp;suppressedRoles)</code>
@@ -968,6 +981,31 @@ implements <a href="../../../org/apache/mesos/SchedulerDriver.html" title="inter
 </dl>
 </li>
 </ul>
+<a name="reviveOffers-java.util.Collection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>reviveOffers</h4>
+<pre>public&nbsp;<a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a>&nbsp;reviveOffers(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../org/apache/mesos/SchedulerDriver.html#reviveOffers-java.util.Collection-">SchedulerDriver</a></code></span></div>
+<div class="block">Removes filters for the specified roles and removes these roles from
+ the suppressed set. If the framework is not connected to the master,
+ an up-to-date set of suppressed roles will be sent to the master
+ during re-registration.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../org/apache/mesos/SchedulerDriver.html#reviveOffers-java.util.Collection-">reviveOffers</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>roles</code> - The collection of the framework roles to be revivied.
+              If empty, this method does nothing.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The state of the driver after the call.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos"><code>Protos.Status</code></a></dd>
+</dl>
+</li>
+</ul>
 <a name="suppressOffers--">
 <!--   -->
 </a>
@@ -995,6 +1033,30 @@ implements <a href="../../../org/apache/mesos/SchedulerDriver.html" title="inter
 </dl>
 </li>
 </ul>
+<a name="suppressOffers-java.util.Collection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>suppressOffers</h4>
+<pre>public&nbsp;<a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a>&nbsp;suppressOffers(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../org/apache/mesos/SchedulerDriver.html#suppressOffers-java.util.Collection-">SchedulerDriver</a></code></span></div>
+<div class="block">Adds the roles to the suppressed set. If the framework is not connected
+ to the master, an up-to-date set of suppressed roles will be sent to
+ the master during re-registration.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../org/apache/mesos/SchedulerDriver.html#suppressOffers-java.util.Collection-">suppressOffers</a></code>&nbsp;in interface&nbsp;<code><a href="../../../org/apache/mesos/SchedulerDriver.html" title="interface in org.apache.mesos">SchedulerDriver</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>roles</code> - The collection of framework roles to be suppressed.
+              If empty, the method does nothing.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The state of the driver after the call.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos"><code>Protos.Status</code></a></dd>
+</dl>
+</li>
+</ul>
 <a name="acknowledgeStatusUpdate-org.apache.mesos.Protos.TaskStatus-">
 <!--   -->
 </a>
diff --git a/content/api/latest/java/org/apache/mesos/SchedulerDriver.html b/content/api/latest/java/org/apache/mesos/SchedulerDriver.html
index dd8ee06..7e6fabe 100644
--- a/content/api/latest/java/org/apache/mesos/SchedulerDriver.html
+++ b/content/api/latest/java/org/apache/mesos/SchedulerDriver.html
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":38,"i10":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":38,"i10":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -235,11 +235,18 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#reviveOffers-java.util.Collection-">reviveOffers</a></span>(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</code>
+<div class="block">Removes filters for the specified roles and removes these roles from
+ the suppressed set.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#run--">run</a></span>()</code>
 <div class="block">Starts and immediately joins (i.e., blocks on) the driver.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#sendFrameworkMessage-org.apache.mesos.Protos.ExecutorID-org.apache.mesos.Protos.SlaveID-byte:A-">sendFrameworkMessage</a></span>(<a href="../../../org/apache/mesos/Protos.ExecutorID.html" title="class in org.apache.mesos">Protos.ExecutorID</a>&nbsp;executorId,
                     <a href="../../../org/apache/mesos/Protos.SlaveID.html" title="class in org.apache.mesos">Protos.SlaveID</a>&nbsp;slaveId,
@@ -247,31 +254,37 @@ var activeTableTab = "activeTableTab";
 <div class="block">Sends a message from the framework to one of its executors.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#start--">start</a></span>()</code>
 <div class="block">Starts the scheduler driver.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#stop--">stop</a></span>()</code>
 <div class="block">Stops the scheduler driver assuming no failover.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#stop-boolean-">stop</a></span>(boolean&nbsp;failover)</code>
 <div class="block">Stops the scheduler driver.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#suppressOffers--">suppressOffers</a></span>()</code>
 <div class="block">Informs Mesos master to stop sending offers to the framework (i.e.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#suppressOffers-java.util.Collection-">suppressOffers</a></span>(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</code>
+<div class="block">Adds the roles to the suppressed set.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/mesos/SchedulerDriver.html#updateFramework-org.apache.mesos.Protos.FrameworkInfo-java.util.Collection-">updateFramework</a></span>(<a href="../../../org/apache/mesos/Protos.FrameworkInfo.html" title="class in org.apache.mesos">Protos.FrameworkInfo</a>&nbsp;frameworkInfo,
                java.util.Collection&lt;java.lang.String&gt;&nbsp;suppressedRoles)</code>
@@ -645,6 +658,28 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="reviveOffers-java.util.Collection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>reviveOffers</h4>
+<pre><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a>&nbsp;reviveOffers(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</pre>
+<div class="block">Removes filters for the specified roles and removes these roles from
+ the suppressed set. If the framework is not connected to the master,
+ an up-to-date set of suppressed roles will be sent to the master
+ during re-registration.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>roles</code> - The collection of the framework roles to be revivied.
+              If empty, this method does nothing.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The state of the driver after the call.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos"><code>Protos.Status</code></a></dd>
+</dl>
+</li>
+</ul>
 <a name="suppressOffers--">
 <!--   -->
 </a>
@@ -669,6 +704,27 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="suppressOffers-java.util.Collection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>suppressOffers</h4>
+<pre><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos">Protos.Status</a>&nbsp;suppressOffers(java.util.Collection&lt;java.lang.String&gt;&nbsp;roles)</pre>
+<div class="block">Adds the roles to the suppressed set. If the framework is not connected
+ to the master, an up-to-date set of suppressed roles will be sent to
+ the master during re-registration.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>roles</code> - The collection of framework roles to be suppressed.
+              If empty, the method does nothing.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The state of the driver after the call.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../org/apache/mesos/Protos.Status.html" title="enum in org.apache.mesos"><code>Protos.Status</code></a></dd>
+</dl>
+</li>
+</ul>
 <a name="acknowledgeStatusUpdate-org.apache.mesos.Protos.TaskStatus-">
 <!--   -->
 </a>