http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ab984a36/content/api/latest/c++/uri__disk__profile_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/uri__disk__profile_8hpp_source.html 
b/content/api/latest/c++/uri__disk__profile_8hpp_source.html
index fa43ace..20e8f5c 100644
--- a/content/api/latest/c++/uri__disk__profile_8hpp_source.html
+++ b/content/api/latest/c++/uri__disk__profile_8hpp_source.html
@@ -112,230 +112,233 @@
 <div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160; 
       <span class="stringliteral">&quot;This module supports both HTTP(s) and 
file URIs\n.&quot;</span></div>
 <div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160; 
       <span class="stringliteral">&quot;\n&quot;</span></div>
 <div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160; 
       <span class="stringliteral">&quot;The JSON object should consist of some 
top-level string keys\n&quot;</span></div>
-<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160; 
       <span class="stringliteral">&quot;corresponding to the disk profile 
name. Each value should\n&quot;</span></div>
-<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160; 
       <span class="stringliteral">&quot;contain a `VolumeCapability` under a 
&#39;volume_capabilities&#39;\n&quot;</span></div>
-<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160; 
       <span class="stringliteral">&quot;and a free-form string-string mapping 
under &#39;create_parameters&#39;.\n&quot;</span></div>
-<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160; 
       <span class="stringliteral">&quot;\n&quot;</span></div>
-<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160; 
       <span class="stringliteral">&quot;The JSON is modeled after a protobuf 
found in\n&quot;</span></div>
-<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160; 
       <span 
class="stringliteral">&quot;`src/csi/uri_disk_profile.proto`.\n&quot;</span></div>
+<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160; 
       <span class="stringliteral">&quot;corresponding to the disk profile 
name. Each value should contain\n&quot;</span></div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160; 
       <span class="stringliteral">&quot;a `ResourceProviderSelector` under 
&#39;resource_provider_selector&#39; or\n&quot;</span></div>
+<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160; 
       <span class="stringliteral">&quot;a `CSIPluginTypeSelector` under 
&#39;csi_plugin_type_selector&#39; to\n&quot;</span></div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160; 
       <span class="stringliteral">&quot;specify the set of resource providers 
this profile applies to,\n&quot;</span></div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160; 
       <span class="stringliteral">&quot;followed by a `VolumeCapability` under 
&#39;volume_capabilities&#39;\n&quot;</span></div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160; 
       <span class="stringliteral">&quot;and a free-form string-string mapping 
under &#39;create_parameters&#39;.\n&quot;</span></div>
 <div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160; 
       <span class="stringliteral">&quot;\n&quot;</span></div>
-<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160; 
       <span class="stringliteral">&quot;For example:\n&quot;</span></div>
-<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160; 
       <span class="stringliteral">&quot;{\n&quot;</span></div>
-<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160; 
       <span class="stringliteral">&quot;  \&quot;profile_matrix\&quot; : 
{\n&quot;</span></div>
-<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160; 
       <span class="stringliteral">&quot;    \&quot;my-profile\&quot; : 
{\n&quot;</span></div>
-<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160; 
       <span class="stringliteral">&quot;      
\&quot;volume_capabilities\&quot; : {\n&quot;</span></div>
-<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;block\&quot; : 
{},\n&quot;</span></div>
-<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;access_mode\&quot; : { 
\&quot;mode\&quot; : \&quot;SINGLE_NODE_WRITER\&quot; }\n&quot;</span></div>
-<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160; 
       <span class="stringliteral">&quot;      },\n&quot;</span></div>
-<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160; 
       <span class="stringliteral">&quot;      \&quot;create_parameters\&quot; 
: {\n&quot;</span></div>
-<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;mesos-does-not\&quot; : 
\&quot;interpret-these\&quot;,\n&quot;</span></div>
-<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;type\&quot; : 
\&quot;raid5\&quot;,\n&quot;</span></div>
-<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;stripes\&quot; : 
\&quot;3\&quot;,\n&quot;</span></div>
-<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;stripesize\&quot; : 
\&quot;64\&quot;\n&quot;</span></div>
-<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160; 
       <span class="stringliteral">&quot;      }\n&quot;</span></div>
-<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160; 
       <span class="stringliteral">&quot;    }\n&quot;</span></div>
-<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160; 
       <span class="stringliteral">&quot;  }\n&quot;</span></div>
-<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160; 
       <span class="stringliteral">&quot;}&quot;</span>,</div>
-<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160; 
       static_cast&lt;const Path*&gt;(<span 
class="keyword">nullptr</span>),</div>
-<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classPath.html">Path</a>&amp; value) -&gt; <a class="code" 
href="classOption.html">Option&lt;Error&gt;</a> {</div>
-<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160; 
         <span class="comment">// For now, just check if the URI has a 
supported scheme.</span></div>
-<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160; 
         <span class="comment">//</span></div>
-<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160; 
         <span class="comment">// TODO(josephw): Once we have a proper URI 
class and parser,</span></div>
-<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160; 
         <span class="comment">// consider validating this URI more 
thoroughly.</span></div>
-<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160; 
         <span class="keywordflow">if</span> (<a class="code" 
href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;http://&quot;</span>)</div>
-<div class="line"><a name="l00092"></a><span class="lineno">   
92</span>&#160;#ifdef USE_SSL_SOCKET</div>
-<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160; 
             || (<a class="code" 
href="decoder_8hpp.html#abb0829cce9dd20a40ae0d86890ae85c6">process::network::openssl::flags</a>().enabled
 &amp;&amp;</div>
-<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160; 
                 <a class="code" 
href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;https://&quot;</span>))</div>
-<div class="line"><a name="l00095"></a><span class="lineno">   
95</span>&#160;<span class="preprocessor">#endif // USE_SSL_SOCKET</span></div>
-<div class="line"><a name="l00096"></a><span class="lineno">   
96</span>&#160;<span class="preprocessor"></span>          ) {</div>
-<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160; 
           <a class="code" 
href="classTry.html">Try&lt;process::http::URL&gt;</a> url =</div>
-<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160; 
             <a class="code" 
href="structprocess_1_1http_1_1URL.html#aeb5accae04a1e271d4fdafa22131c150">process::http::URL::parse</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>());</div>
-<div class="line"><a name="l00099"></a><span class="lineno">   
99</span>&#160;</div>
-<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160; 
           <span class="keywordflow">if</span> (url.<a class="code" 
href="classTry.html#a0b98f95163b8a38daafd1651b043a276">isError</a>()) {</div>
-<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160; 
             <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;Failed to 
parse URI: &quot;</span> + url.<a class="code" 
href="classTry.html#aec4a11ddd3c036e889d90b7eb6258ba7">error</a>());</div>
-<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160; 
           }</div>
-<div class="line"><a name="l00103"></a><span class="lineno">  
103</span>&#160;</div>
-<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
-<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160; 
         }</div>
-<div class="line"><a name="l00106"></a><span class="lineno">  
106</span>&#160;</div>
-<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160; 
         <span class="comment">// NOTE: The `Path` class will strip off the 
&#39;file://&#39; prefix.</span></div>
-<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160; 
         <span class="keywordflow">if</span> (<a class="code" 
href="namespacestrings.html#a269921757daf11096d3f5e02686f8444">strings::contains</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;://&quot;</span>)) {</div>
-<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;--uri must 
use a supported scheme (file or http(s))&quot;</span>);</div>
-<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160; 
         }</div>
-<div class="line"><a name="l00111"></a><span class="lineno">  
111</span>&#160;</div>
-<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160; 
         <span class="comment">// We only allow absolute paths for file 
paths.</span></div>
-<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160; 
         <span class="keywordflow">if</span> (!value.<a class="code" 
href="classPath.html#a240c7b71a23c8e97b5490dbae75cc948">absolute</a>()) {</div>
-<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;--uri to a 
file must be an absolute path&quot;</span>);</div>
-<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160; 
         }</div>
-<div class="line"><a name="l00116"></a><span class="lineno">  
116</span>&#160;</div>
-<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
-<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160; 
       });</div>
-<div class="line"><a name="l00119"></a><span class="lineno">  
119</span>&#160;</div>
-<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160; 
   <a class="code" 
href="classflags_1_1FlagsBase.html#a09ebe840242a3b0fbd3263bb6c7ca226">add</a>(&amp;<a
 class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">Flags::poll_interval</a>,</div>
-<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160; 
       <span class="stringliteral">&quot;poll_interval&quot;</span>,</div>
-<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160; 
       <span class="stringliteral">&quot;How long to wait between polling the 
specified `--uri`.\n&quot;</span></div>
-<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160; 
       <span class="stringliteral">&quot;The time is checked each time the 
`translate` method is called.\n&quot;</span></div>
-<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160; 
       <span class="stringliteral">&quot;If the given time has elapsed, then 
the URI is re-fetched.&quot;</span></div>
-<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160; 
       <span class="stringliteral">&quot;If not specified, the URI is only 
fetched once.&quot;</span>,</div>
-<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a>&amp; value) -&gt; <a 
class="code" href="classOption.html">Option&lt;Error&gt;</a> {</div>
-<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160; 
         <span class="keywordflow">if</span> (value.<a class="code" 
href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">isSome</a>() 
&amp;&amp; value.<a class="code" 
href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">get</a>() &lt;= <a 
class="code" href="classSeconds.html">Seconds</a>(0)) {</div>
-<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span 
class="stringliteral">&quot;--poll_interval must be 
non-negative&quot;</span>);</div>
-<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160; 
         }</div>
-<div class="line"><a name="l00130"></a><span class="lineno">  
130</span>&#160;</div>
-<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
-<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160; 
       });</div>
-<div class="line"><a name="l00133"></a><span class="lineno">  
133</span>&#160;</div>
-<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160; 
   <a class="code" 
href="classflags_1_1FlagsBase.html#a09ebe840242a3b0fbd3263bb6c7ca226">add</a>(&amp;<a
 class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">Flags::max_random_wait</a>,</div>
-<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160; 
       <span class="stringliteral">&quot;max_random_wait&quot;</span>,</div>
-<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160; 
       <span class="stringliteral">&quot;How long at most to wait between 
discovering a new set of profiles\n&quot;</span></div>
-<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160; 
       <span class="stringliteral">&quot;and notifying the callers of `watch`. 
The actual wait time is a\n&quot;</span></div>
-<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160; 
       <span class="stringliteral">&quot;uniform random value between 0 and 
this value. If the `--uri` points\n&quot;</span></div>
-<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160; 
       <span class="stringliteral">&quot;to a centralized location, it may be 
good to scale this number\n&quot;</span></div>
-<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160; 
       <span class="stringliteral">&quot;according to the number of resource 
providers in the cluster.&quot;</span>,</div>
-<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160; 
       <a class="code" href="classSeconds.html">Seconds</a>(0),</div>
-<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classDuration.html">Duration</a>&amp; value) -&gt; <a class="code" 
href="classOption.html">Option&lt;Error&gt;</a> {</div>
-<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160; 
         <span class="keywordflow">if</span> (value &lt; <a class="code" 
href="classSeconds.html">Seconds</a>(0)) {</div>
-<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span 
class="stringliteral">&quot;--max_random_wait must be zero or 
greater&quot;</span>);</div>
-<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160; 
         }</div>
-<div class="line"><a name="l00146"></a><span class="lineno">  
146</span>&#160;</div>
-<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
-<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160; 
       });</div>
-<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160; 
 }</div>
-<div class="line"><a name="l00150"></a><span class="lineno">  
150</span>&#160;</div>
-<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160; 
 <span class="comment">// NOTE: We use the `Path` type here so that the stout 
flags parser</span></div>
-<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160; 
 <span class="comment">// does not attempt to read a file if given a `file://` 
prefixed value.</span></div>
-<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160; 
 <span class="comment">//</span></div>
-<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160; 
 <span class="comment">// TODO(josephw): Replace with a URI type when stout 
gets one.</span></div>
-<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">
  155</a></span>&#160;  <a class="code" href="classPath.html">Path</a> <a 
class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">uri</a>;</div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160; 
       <span class="stringliteral">&quot;The JSON is modeled after a protobuf 
found in\n&quot;</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160; 
       <span 
class="stringliteral">&quot;`src/resource_provider/storage/disk_profile.proto`.\n&quot;</span></div>
+<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160; 
       <span class="stringliteral">&quot;\n&quot;</span></div>
+<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160; 
       <span class="stringliteral">&quot;For example:\n&quot;</span></div>
+<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160; 
       <span class="stringliteral">&quot;{\n&quot;</span></div>
+<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160; 
       <span class="stringliteral">&quot;  \&quot;profile_matrix\&quot; : 
{\n&quot;</span></div>
+<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160; 
       <span class="stringliteral">&quot;    \&quot;my-profile\&quot; : 
{\n&quot;</span></div>
+<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160; 
       <span class="stringliteral">&quot;      
\&quot;csi_plugin_type_selector\&quot;: {\n&quot;</span></div>
+<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;plugin_type\&quot; : 
\&quot;org.apache.mesos.csi.test\&quot;\n&quot;</span></div>
+<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160; 
       <span class="stringliteral">&quot;      \&quot;},\n&quot;</span></div>
+<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160; 
       <span class="stringliteral">&quot;      
\&quot;volume_capabilities\&quot; : {\n&quot;</span></div>
+<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;block\&quot; : 
{},\n&quot;</span></div>
+<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;access_mode\&quot; : { 
\&quot;mode\&quot; : \&quot;SINGLE_NODE_WRITER\&quot; }\n&quot;</span></div>
+<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160; 
       <span class="stringliteral">&quot;      },\n&quot;</span></div>
+<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160; 
       <span class="stringliteral">&quot;      \&quot;create_parameters\&quot; 
: {\n&quot;</span></div>
+<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;mesos-does-not\&quot; : 
\&quot;interpret-these\&quot;,\n&quot;</span></div>
+<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;type\&quot; : 
\&quot;raid5\&quot;,\n&quot;</span></div>
+<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;stripes\&quot; : 
\&quot;3\&quot;,\n&quot;</span></div>
+<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160; 
       <span class="stringliteral">&quot;        \&quot;stripesize\&quot; : 
\&quot;64\&quot;\n&quot;</span></div>
+<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160; 
       <span class="stringliteral">&quot;      }\n&quot;</span></div>
+<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160; 
       <span class="stringliteral">&quot;    }\n&quot;</span></div>
+<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160; 
       <span class="stringliteral">&quot;  }\n&quot;</span></div>
+<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160; 
       <span class="stringliteral">&quot;}&quot;</span>,</div>
+<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160; 
       static_cast&lt;const Path*&gt;(<span 
class="keyword">nullptr</span>),</div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classPath.html">Path</a>&amp; value) -&gt; <a class="code" 
href="classOption.html">Option&lt;Error&gt;</a> {</div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160; 
         <span class="comment">// For now, just check if the URI has a 
supported scheme.</span></div>
+<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160; 
         <span class="comment">//</span></div>
+<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160; 
         <span class="comment">// TODO(josephw): Once we have a proper URI 
class and parser,</span></div>
+<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160; 
         <span class="comment">// consider validating this URI more 
thoroughly.</span></div>
+<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160; 
         <span class="keywordflow">if</span> (<a class="code" 
href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;http://&quot;</span>)</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   
98</span>&#160;#ifdef USE_SSL_SOCKET</div>
+<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160; 
             || (<a class="code" 
href="decoder_8hpp.html#abb0829cce9dd20a40ae0d86890ae85c6">process::network::openssl::flags</a>().enabled
 &amp;&amp;</div>
+<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160; 
                 <a class="code" 
href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;https://&quot;</span>))</div>
+<div class="line"><a name="l00101"></a><span class="lineno">  
101</span>&#160;<span class="preprocessor">#endif // USE_SSL_SOCKET</span></div>
+<div class="line"><a name="l00102"></a><span class="lineno">  
102</span>&#160;<span class="preprocessor"></span>          ) {</div>
+<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160; 
           <a class="code" 
href="classTry.html">Try&lt;process::http::URL&gt;</a> url =</div>
+<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160; 
             <a class="code" 
href="structprocess_1_1http_1_1URL.html#aeb5accae04a1e271d4fdafa22131c150">process::http::URL::parse</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>());</div>
+<div class="line"><a name="l00105"></a><span class="lineno">  
105</span>&#160;</div>
+<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160; 
           <span class="keywordflow">if</span> (url.<a class="code" 
href="classTry.html#a0b98f95163b8a38daafd1651b043a276">isError</a>()) {</div>
+<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160; 
             <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;Failed to 
parse URI: &quot;</span> + url.<a class="code" 
href="classTry.html#aec4a11ddd3c036e889d90b7eb6258ba7">error</a>());</div>
+<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160; 
           }</div>
+<div class="line"><a name="l00109"></a><span class="lineno">  
109</span>&#160;</div>
+<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
+<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160; 
         }</div>
+<div class="line"><a name="l00112"></a><span class="lineno">  
112</span>&#160;</div>
+<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160; 
         <span class="comment">// NOTE: The `Path` class will strip off the 
&#39;file://&#39; prefix.</span></div>
+<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160; 
         <span class="keywordflow">if</span> (<a class="code" 
href="namespacestrings.html#a269921757daf11096d3f5e02686f8444">strings::contains</a>(value.<a
 class="code" 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">string</a>(), <span 
class="stringliteral">&quot;://&quot;</span>)) {</div>
+<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;--uri must 
use a supported scheme (file or http(s))&quot;</span>);</div>
+<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160; 
         }</div>
+<div class="line"><a name="l00117"></a><span class="lineno">  
117</span>&#160;</div>
+<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160; 
         <span class="comment">// We only allow absolute paths for file 
paths.</span></div>
+<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160; 
         <span class="keywordflow">if</span> (!value.<a class="code" 
href="classPath.html#a240c7b71a23c8e97b5490dbae75cc948">absolute</a>()) {</div>
+<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span class="stringliteral">&quot;--uri to a 
file must be an absolute path&quot;</span>);</div>
+<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160; 
         }</div>
+<div class="line"><a name="l00122"></a><span class="lineno">  
122</span>&#160;</div>
+<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
+<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160; 
       });</div>
+<div class="line"><a name="l00125"></a><span class="lineno">  
125</span>&#160;</div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160; 
   <a class="code" 
href="classflags_1_1FlagsBase.html#a09ebe840242a3b0fbd3263bb6c7ca226">add</a>(&amp;<a
 class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">Flags::poll_interval</a>,</div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160; 
       <span class="stringliteral">&quot;poll_interval&quot;</span>,</div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160; 
       <span class="stringliteral">&quot;How long to wait between polling the 
specified `--uri`.\n&quot;</span></div>
+<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160; 
       <span class="stringliteral">&quot;The time is checked each time the 
`translate` method is called.\n&quot;</span></div>
+<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160; 
       <span class="stringliteral">&quot;If the given time has elapsed, then 
the URI is re-fetched.&quot;</span></div>
+<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160; 
       <span class="stringliteral">&quot;If not specified, the URI is only 
fetched once.&quot;</span>,</div>
+<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a>&amp; value) -&gt; <a 
class="code" href="classOption.html">Option&lt;Error&gt;</a> {</div>
+<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160; 
         <span class="keywordflow">if</span> (value.<a class="code" 
href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">isSome</a>() 
&amp;&amp; value.<a class="code" 
href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">get</a>() &lt;= <a 
class="code" href="classSeconds.html">Seconds</a>(0)) {</div>
+<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span 
class="stringliteral">&quot;--poll_interval must be 
non-negative&quot;</span>);</div>
+<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160; 
         }</div>
+<div class="line"><a name="l00136"></a><span class="lineno">  
136</span>&#160;</div>
+<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
+<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160; 
       });</div>
+<div class="line"><a name="l00139"></a><span class="lineno">  
139</span>&#160;</div>
+<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160; 
   <a class="code" 
href="classflags_1_1FlagsBase.html#a09ebe840242a3b0fbd3263bb6c7ca226">add</a>(&amp;<a
 class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">Flags::max_random_wait</a>,</div>
+<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160; 
       <span class="stringliteral">&quot;max_random_wait&quot;</span>,</div>
+<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160; 
       <span class="stringliteral">&quot;How long at most to wait between 
discovering a new set of profiles\n&quot;</span></div>
+<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160; 
       <span class="stringliteral">&quot;and notifying the callers of `watch`. 
The actual wait time is a\n&quot;</span></div>
+<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160; 
       <span class="stringliteral">&quot;uniform random value between 0 and 
this value. If the `--uri` points\n&quot;</span></div>
+<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160; 
       <span class="stringliteral">&quot;to a centralized location, it may be 
good to scale this number\n&quot;</span></div>
+<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160; 
       <span class="stringliteral">&quot;according to the number of resource 
providers in the cluster.&quot;</span>,</div>
+<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160; 
       <a class="code" href="classSeconds.html">Seconds</a>(0),</div>
+<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160; 
       [](<span class="keyword">const</span> <a class="code" 
href="classDuration.html">Duration</a>&amp; value) -&gt; <a class="code" 
href="classOption.html">Option&lt;Error&gt;</a> {</div>
+<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160; 
         <span class="keywordflow">if</span> (value &lt; <a class="code" 
href="classSeconds.html">Seconds</a>(0)) {</div>
+<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160; 
           <span class="keywordflow">return</span> <a class="code" 
href="classError.html">Error</a>(<span 
class="stringliteral">&quot;--max_random_wait must be zero or 
greater&quot;</span>);</div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160; 
         }</div>
+<div class="line"><a name="l00152"></a><span class="lineno">  
152</span>&#160;</div>
+<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160; 
         <span class="keywordflow">return</span> <a class="code" 
href="structNone.html">None</a>();</div>
+<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160; 
       });</div>
+<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160; 
 }</div>
 <div class="line"><a name="l00156"></a><span class="lineno">  
156</span>&#160;</div>
-<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">
  157</a></span>&#160;  <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">poll_interval</a>;</div>
-<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">
  158</a></span>&#160;  <a class="code" href="classDuration.html">Duration</a> 
<a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">max_random_wait</a>;</div>
-<div class="line"><a name="l00159"></a><span class="lineno">  
159</span>&#160;};</div>
-<div class="line"><a name="l00160"></a><span class="lineno">  
160</span>&#160;</div>
-<div class="line"><a name="l00161"></a><span class="lineno">  
161</span>&#160;</div>
-<div class="line"><a name="l00162"></a><span class="lineno">  
162</span>&#160;<span class="comment">// The `UriDiskProfileAdaptor` is an 
example DiskProfile module that</span></div>
-<div class="line"><a name="l00163"></a><span class="lineno">  
163</span>&#160;<span class="comment">// takes a URI as a module parameter and 
fetches that URI periodically.</span></div>
-<div class="line"><a name="l00164"></a><span class="lineno">  
164</span>&#160;<span class="comment">// The fetched data is parsed into the 
required CSI protobufs</span></div>
-<div class="line"><a name="l00165"></a><span class="lineno">  
165</span>&#160;<span class="comment">// (which also acts as 
validation).</span></div>
-<div class="line"><a name="l00166"></a><span class="lineno">  
166</span>&#160;<span class="comment">//</span></div>
-<div class="line"><a name="l00167"></a><span class="lineno">  
167</span>&#160;<span class="comment">// If there is an error during fetching, 
any previously fetched results</span></div>
-<div class="line"><a name="l00168"></a><span class="lineno">  
168</span>&#160;<span class="comment">// will be used until fetching is 
successful.</span></div>
-<div class="line"><a name="l00169"></a><span class="lineno">  
169</span>&#160;<span class="comment">//</span></div>
-<div class="line"><a name="l00170"></a><span class="lineno">  
170</span>&#160;<span class="comment">// This module does not filter return 
results based on `CSIPluginInfo::type`</span></div>
-<div class="line"><a name="l00171"></a><span class="lineno">  
171</span>&#160;<span class="comment">// and assumes that all fetched profiles 
are meant for all resource providers.</span></div>
+<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160; 
 <span class="comment">// NOTE: We use the `Path` type here so that the stout 
flags parser</span></div>
+<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160; 
 <span class="comment">// does not attempt to read a file if given a `file://` 
prefixed value.</span></div>
+<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160; 
 <span class="comment">//</span></div>
+<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160; 
 <span class="comment">// TODO(josephw): Replace with a URI type when stout 
gets one.</span></div>
+<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">
  161</a></span>&#160;  <a class="code" href="classPath.html">Path</a> <a 
class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">uri</a>;</div>
+<div class="line"><a name="l00162"></a><span class="lineno">  
162</span>&#160;</div>
+<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">
  163</a></span>&#160;  <a class="code" 
href="classOption.html">Option&lt;Duration&gt;</a> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">poll_interval</a>;</div>
+<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">
  164</a></span>&#160;  <a class="code" href="classDuration.html">Duration</a> 
<a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">max_random_wait</a>;</div>
+<div class="line"><a name="l00165"></a><span class="lineno">  
165</span>&#160;};</div>
+<div class="line"><a name="l00166"></a><span class="lineno">  
166</span>&#160;</div>
+<div class="line"><a name="l00167"></a><span class="lineno">  
167</span>&#160;</div>
+<div class="line"><a name="l00168"></a><span class="lineno">  
168</span>&#160;<span class="comment">// The `UriDiskProfileAdaptor` is an 
example DiskProfile module that</span></div>
+<div class="line"><a name="l00169"></a><span class="lineno">  
169</span>&#160;<span class="comment">// takes a URI as a module parameter and 
fetches that URI periodically.</span></div>
+<div class="line"><a name="l00170"></a><span class="lineno">  
170</span>&#160;<span class="comment">// The fetched data is parsed into the 
required CSI protobufs</span></div>
+<div class="line"><a name="l00171"></a><span class="lineno">  
171</span>&#160;<span class="comment">// (which also acts as 
validation).</span></div>
 <div class="line"><a name="l00172"></a><span class="lineno">  
172</span>&#160;<span class="comment">//</span></div>
-<div class="line"><a name="l00173"></a><span class="lineno">  
173</span>&#160;<span class="comment">// See `Flags` above for more 
information.</span></div>
-<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">  
174</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">UriDiskProfileAdaptor</a>
 : <span class="keyword">public</span> <a class="code" 
href="classmesos_1_1DiskProfileAdaptor.html">mesos::DiskProfileAdaptor</a></div>
-<div class="line"><a name="l00175"></a><span class="lineno">  
175</span>&#160;{</div>
-<div class="line"><a name="l00176"></a><span class="lineno">  
176</span>&#160;<span class="keyword">public</span>:</div>
-<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160; 
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#afe9df0e0e5c89333004416eb5dc51349">UriDiskProfileAdaptor</a>(<span
 class="keyword">const</span> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a>&amp; 
_flags);</div>
-<div class="line"><a name="l00178"></a><span class="lineno">  
178</span>&#160;</div>
-<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a1d2f2b61514b04c2ab8615a4e331bfb2">~UriDiskProfileAdaptor</a>();</div>
-<div class="line"><a name="l00180"></a><span class="lineno">  
180</span>&#160;</div>
-<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;mesos::DiskProfileAdaptor::ProfileInfo&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a28f7504a35efefc91b93ab0f98039a36">translate</a>(</div>
-<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160; 
     <span class="keyword">const</span> std::string&amp; profile,</div>
-<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160; 
     <span class="keyword">const</span> std::string&amp; csiPluginInfoType) 
<span class="keyword">override</span>;</div>
+<div class="line"><a name="l00173"></a><span class="lineno">  
173</span>&#160;<span class="comment">// If there is an error during fetching, 
any previously fetched results</span></div>
+<div class="line"><a name="l00174"></a><span class="lineno">  
174</span>&#160;<span class="comment">// will be used until fetching is 
successful.</span></div>
+<div class="line"><a name="l00175"></a><span class="lineno">  
175</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00176"></a><span class="lineno">  
176</span>&#160;<span class="comment">// This module does not filter return 
results based on `CSIPluginInfo::type`</span></div>
+<div class="line"><a name="l00177"></a><span class="lineno">  
177</span>&#160;<span class="comment">// and assumes that all fetched profiles 
are meant for all resource providers.</span></div>
+<div class="line"><a name="l00178"></a><span class="lineno">  
178</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00179"></a><span class="lineno">  
179</span>&#160;<span class="comment">// See `Flags` above for more 
information.</span></div>
+<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">  
180</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">UriDiskProfileAdaptor</a>
 : <span class="keyword">public</span> <a class="code" 
href="classmesos_1_1DiskProfileAdaptor.html">DiskProfileAdaptor</a></div>
+<div class="line"><a name="l00181"></a><span class="lineno">  
181</span>&#160;{</div>
+<div class="line"><a name="l00182"></a><span class="lineno">  
182</span>&#160;<span class="keyword">public</span>:</div>
+<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160; 
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#afe9df0e0e5c89333004416eb5dc51349">UriDiskProfileAdaptor</a>(<span
 class="keyword">const</span> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a>&amp; 
_flags);</div>
 <div class="line"><a name="l00184"></a><span class="lineno">  
184</span>&#160;</div>
-<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;hashset&lt;std::string&gt;</a>&gt;
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a2a1bcf83da4e8e2ce2389fd929d4e99f">watch</a>(</div>
-<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashset.html">hashset&lt;std::string&gt;</a>&amp; 
knownProfiles,</div>
-<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160; 
     <span class="keyword">const</span> std::string&amp; csiPluginInfoType) 
<span class="keyword">override</span>;</div>
-<div class="line"><a name="l00188"></a><span class="lineno">  
188</span>&#160;</div>
-<div class="line"><a name="l00189"></a><span class="lineno">  
189</span>&#160;<span class="keyword">protected</span>:</div>
-<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">
  190</a></span>&#160;  <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a> <a 
class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">flags</a>;</div>
-<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">
  191</a></span>&#160;  <a class="code" 
href="classprocess_1_1Owned.html">process::Owned&lt;UriDiskProfileAdaptorProcess&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">process</a>;</div>
-<div class="line"><a name="l00192"></a><span class="lineno">  
192</span>&#160;};</div>
-<div class="line"><a name="l00193"></a><span class="lineno">  
193</span>&#160;</div>
+<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a1d2f2b61514b04c2ab8615a4e331bfb2">~UriDiskProfileAdaptor</a>();</div>
+<div class="line"><a name="l00186"></a><span class="lineno">  
186</span>&#160;</div>
+<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;DiskProfileAdaptor::ProfileInfo&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a805d75d0b0f8fdb303b6e3056b4c40c9">translate</a>(</div>
+<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160; 
     <span class="keyword">const</span> std::string&amp; profile,</div>
+<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160; 
     <span class="keyword">const</span> ResourceProviderInfo&amp; 
resourceProviderInfo) <span class="keyword">override</span>;</div>
+<div class="line"><a name="l00190"></a><span class="lineno">  
190</span>&#160;</div>
+<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160; 
 <span class="keyword">virtual</span> <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;hashset&lt;std::string&gt;</a>&gt;
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a7b2fa69e4f1d061c6da40f217da0121f">watch</a>(</div>
+<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashset.html">hashset&lt;std::string&gt;</a>&amp; 
knownProfiles,</div>
+<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160; 
     <span class="keyword">const</span> ResourceProviderInfo&amp; 
resourceProviderInfo) <span class="keyword">override</span>;</div>
 <div class="line"><a name="l00194"></a><span class="lineno">  
194</span>&#160;</div>
-<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">  
195</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">UriDiskProfileAdaptorProcess</a>
 :</div>
-<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160; 
 <span class="keyword">public</span> <a class="code" 
href="classprocess_1_1Process.html">process::Process</a>&lt;UriDiskProfileAdaptorProcess&gt;</div>
-<div class="line"><a name="l00197"></a><span class="lineno">  
197</span>&#160;{</div>
-<div class="line"><a name="l00198"></a><span class="lineno">  
198</span>&#160;<span class="keyword">public</span>:</div>
-<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160; 
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#ae6cf670e420497db950ddd2d75e22485">UriDiskProfileAdaptorProcess</a>(<span
 class="keyword">const</span> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a>&amp; 
_flags);</div>
+<div class="line"><a name="l00195"></a><span class="lineno">  
195</span>&#160;<span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">
  196</a></span>&#160;  <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a> <a 
class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">flags</a>;</div>
+<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">
  197</a></span>&#160;  <a class="code" 
href="classprocess_1_1Owned.html">process::Owned&lt;UriDiskProfileAdaptorProcess&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">process</a>;</div>
+<div class="line"><a name="l00198"></a><span class="lineno">  
198</span>&#160;};</div>
+<div class="line"><a name="l00199"></a><span class="lineno">  
199</span>&#160;</div>
 <div class="line"><a name="l00200"></a><span class="lineno">  
200</span>&#160;</div>
-<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160; 
 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a 
class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a818172f9ea5940d28a1ea2012aa47640">initialize</a>()
 <span class="keyword">override</span>;</div>
-<div class="line"><a name="l00202"></a><span class="lineno">  
202</span>&#160;</div>
-<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;mesos::DiskProfileAdaptor::ProfileInfo&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a33f06ad6fb652a6a22f713721ce77ba0">translate</a>(</div>
-<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160; 
     <span class="keyword">const</span> std::string&amp; profile,</div>
-<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160; 
     <span class="keyword">const</span> std::string&amp; 
csiPluginInfoType);</div>
+<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">  
201</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">UriDiskProfileAdaptorProcess</a>
 :</div>
+<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160; 
 <span class="keyword">public</span> <a class="code" 
href="classprocess_1_1Process.html">process::Process</a>&lt;UriDiskProfileAdaptorProcess&gt;</div>
+<div class="line"><a name="l00203"></a><span class="lineno">  
203</span>&#160;{</div>
+<div class="line"><a name="l00204"></a><span class="lineno">  
204</span>&#160;<span class="keyword">public</span>:</div>
+<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160; 
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#ae6cf670e420497db950ddd2d75e22485">UriDiskProfileAdaptorProcess</a>(<span
 class="keyword">const</span> <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a>&amp; 
_flags);</div>
 <div class="line"><a name="l00206"></a><span class="lineno">  
206</span>&#160;</div>
-<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;hashset&lt;std::string&gt;</a>&gt;
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#ac75c49664666b6a0188a76353a726273">watch</a>(</div>
-<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashset.html">hashset&lt;std::string&gt;</a>&amp; 
knownProfiles,</div>
-<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160; 
     <span class="keyword">const</span> std::string&amp; 
csiPluginInfoType);</div>
-<div class="line"><a name="l00210"></a><span class="lineno">  
210</span>&#160;</div>
-<div class="line"><a name="l00211"></a><span class="lineno">  
211</span>&#160;<span class="keyword">private</span>:</div>
-<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160; 
 <span class="comment">// Helpers for fetching the `--uri`.</span></div>
-<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160; 
 <span class="comment">// If `--poll_interval` is set, this method will 
dispatch to itself with</span></div>
-<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160; 
 <span class="comment">// a delay once the fetch is complete.</span></div>
-<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160; 
 <span class="keywordtype">void</span> poll();</div>
-<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160; 
 <span class="keywordtype">void</span> _poll(<span class="keyword">const</span> 
<a class="code" href="classTry.html">Try&lt;std::string&gt;</a>&amp; 
fetched);</div>
-<div class="line"><a name="l00217"></a><span class="lineno">  
217</span>&#160;</div>
-<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160; 
 <span class="comment">// Helper that is called upon successfully polling and 
parsing the `--uri`.</span></div>
-<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160; 
 <span class="comment">// This method will check the following conditions 
before updating the state</span></div>
-<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160; 
 <span class="comment">// of the module:</span></div>
-<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160; 
 <span class="comment">//   * All known profiles must be included in the 
updated set.</span></div>
-<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160; 
 <span class="comment">//   * All properties of known profiles must match those 
in the updated set.</span></div>
-<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160; 
 <span class="keywordtype">void</span> notify(<span 
class="keyword">const</span> resource_provider::DiskProfileMapping&amp; 
parsed);</div>
-<div class="line"><a name="l00224"></a><span class="lineno">  
224</span>&#160;</div>
-<div class="line"><a name="l00225"></a><span class="lineno">  
225</span>&#160;<span class="keyword">private</span>:</div>
-<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160; 
 <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a> flags;</div>
-<div class="line"><a name="l00227"></a><span class="lineno">  
227</span>&#160;</div>
-<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160; 
 <span class="comment">// The last fetched profile mapping.</span></div>
-<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160; 
 <span class="comment">// This module assumes that profiles can only be added 
and never removed.</span></div>
-<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160; 
 <span class="comment">// Once added, profiles cannot be changed 
either.</span></div>
-<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160; 
 <span class="comment">//</span></div>
-<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160; 
 <span class="comment">// TODO(josephw): Consider persisting this mapping 
across agent restarts.</span></div>
-<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160; 
 std::map&lt;std::string, DiskProfileAdaptor::ProfileInfo&gt; data;</div>
-<div class="line"><a name="l00234"></a><span class="lineno">  
234</span>&#160;</div>
-<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160; 
 <span class="comment">// Convenience set of the keys in `data` 
above.</span></div>
-<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160; 
 <span class="comment">// This module does not filter based on 
`CSIPluginInfo::type`, so this</span></div>
-<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160; 
 <span class="comment">// is valid for all input to `watch(...)`.</span></div>
-<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160; 
 <a class="code" href="classhashset.html">hashset&lt;std::string&gt;</a> 
profiles;</div>
-<div class="line"><a name="l00239"></a><span class="lineno">  
239</span>&#160;</div>
-<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160; 
 <span class="comment">// Will be satisfied whenever `data` is 
changed.</span></div>
-<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160; 
 <a class="code" 
href="classprocess_1_1Owned.html">process::Owned&lt;process::Promise&lt;hashset&lt;std::string&gt;</a>&gt;&gt;
 watchPromise;</div>
-<div class="line"><a name="l00242"></a><span class="lineno">  
242</span>&#160;};</div>
-<div class="line"><a name="l00243"></a><span class="lineno">  
243</span>&#160;</div>
-<div class="line"><a name="l00244"></a><span class="lineno">  
244</span>&#160;} <span class="comment">// namespace profile {</span></div>
-<div class="line"><a name="l00245"></a><span class="lineno">  
245</span>&#160;} <span class="comment">// namespace internal {</span></div>
-<div class="line"><a name="l00246"></a><span class="lineno">  
246</span>&#160;} <span class="comment">// namespace mesos {</span></div>
-<div class="line"><a name="l00247"></a><span class="lineno">  
247</span>&#160;</div>
-<div class="line"><a name="l00248"></a><span class="lineno">  
248</span>&#160;<span class="preprocessor">#endif // 
__RESOURCE_PROVIDER_URI_DISK_PROFILE_HPP__</span></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html"><div 
class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">mesos::internal::profile::UriDiskProfileAdaptor</a></div><div
 class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:174</div></div>
+<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160; 
 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a 
class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a818172f9ea5940d28a1ea2012aa47640">initialize</a>()
 <span class="keyword">override</span>;</div>
+<div class="line"><a name="l00208"></a><span class="lineno">  
208</span>&#160;</div>
+<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;DiskProfileAdaptor::ProfileInfo&gt;</a>
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#aac97559cdd80b5e951b51d90046cd456">translate</a>(</div>
+<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160; 
     <span class="keyword">const</span> std::string&amp; profile,</div>
+<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160; 
     <span class="keyword">const</span> ResourceProviderInfo&amp; 
resourceProviderInfo);</div>
+<div class="line"><a name="l00212"></a><span class="lineno">  
212</span>&#160;</div>
+<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160; 
 <a class="code" 
href="classprocess_1_1Future.html">process::Future&lt;hashset&lt;std::string&gt;</a>&gt;
 <a class="code" 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a8e8a5728dc13fccd9a20a6f61c555571">watch</a>(</div>
+<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160; 
     <span class="keyword">const</span> <a class="code" 
href="classhashset.html">hashset&lt;std::string&gt;</a>&amp; 
knownProfiles,</div>
+<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160; 
     <span class="keyword">const</span> ResourceProviderInfo&amp; 
resourceProviderInfo);</div>
+<div class="line"><a name="l00216"></a><span class="lineno">  
216</span>&#160;</div>
+<div class="line"><a name="l00217"></a><span class="lineno">  
217</span>&#160;<span class="keyword">private</span>:</div>
+<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160; 
 <span class="comment">// Helpers for fetching the `--uri`.</span></div>
+<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160; 
 <span class="comment">// If `--poll_interval` is set, this method will 
dispatch to itself with</span></div>
+<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160; 
 <span class="comment">// a delay once the fetch is complete.</span></div>
+<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160; 
 <span class="keywordtype">void</span> poll();</div>
+<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160; 
 <span class="keywordtype">void</span> _poll(<span class="keyword">const</span> 
<a class="code" href="classTry.html">Try&lt;std::string&gt;</a>&amp; 
fetched);</div>
+<div class="line"><a name="l00223"></a><span class="lineno">  
223</span>&#160;</div>
+<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160; 
 <span class="comment">// Helper that is called upon successfully polling and 
parsing the `--uri`.</span></div>
+<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160; 
 <span class="comment">// This method will check the following conditions 
before updating the state</span></div>
+<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160; 
 <span class="comment">// of the module:</span></div>
+<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160; 
 <span class="comment">//   * All known profiles must be included in the 
updated set.</span></div>
+<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160; 
 <span class="comment">//   * All properties of known profiles must match those 
in the updated set.</span></div>
+<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160; 
 <span class="keywordtype">void</span> notify(<span 
class="keyword">const</span> resource_provider::DiskProfileMapping&amp; 
parsed);</div>
+<div class="line"><a name="l00230"></a><span class="lineno">  
230</span>&#160;</div>
+<div class="line"><a name="l00231"></a><span class="lineno">  
231</span>&#160;<span class="keyword">private</span>:</div>
+<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160; 
 <a class="code" 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">Flags</a> flags;</div>
+<div class="line"><a name="l00233"></a><span class="lineno">  
233</span>&#160;</div>
+<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160; 
 <span class="comment">// The last fetched profile mapping.</span></div>
+<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160; 
 <span class="comment">// This module assumes that profiles can only be added 
and never</span></div>
+<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160; 
 <span class="comment">// removed. Once added, a profile&#39;s volume 
capability and parameters</span></div>
+<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160; 
 <span class="comment">// cannot be changed either.</span></div>
+<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160; 
 <span class="comment">//</span></div>
+<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160; 
 <span class="comment">// TODO(josephw): Consider persisting this mapping 
across agent restarts.</span></div>
+<div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160; 
 std::map&lt;std::string, 
resource_provider::DiskProfileMapping::CSIManifest&gt;</div>
+<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160; 
   profileMatrix;</div>
+<div class="line"><a name="l00242"></a><span class="lineno">  
242</span>&#160;</div>
+<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160; 
 <span class="comment">// Will be satisfied whenever `profileMatrix` is 
changed.</span></div>
+<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160; 
 <a class="code" 
href="classprocess_1_1Owned.html">process::Owned&lt;process::Promise&lt;Nothing&gt;</a>&gt;
 watchPromise;</div>
+<div class="line"><a name="l00245"></a><span class="lineno">  
245</span>&#160;};</div>
+<div class="line"><a name="l00246"></a><span class="lineno">  
246</span>&#160;</div>
+<div class="line"><a name="l00247"></a><span class="lineno">  
247</span>&#160;} <span class="comment">// namespace profile {</span></div>
+<div class="line"><a name="l00248"></a><span class="lineno">  
248</span>&#160;} <span class="comment">// namespace internal {</span></div>
+<div class="line"><a name="l00249"></a><span class="lineno">  
249</span>&#160;} <span class="comment">// namespace mesos {</span></div>
+<div class="line"><a name="l00250"></a><span class="lineno">  
250</span>&#160;</div>
+<div class="line"><a name="l00251"></a><span class="lineno">  
251</span>&#160;<span class="preprocessor">#endif // 
__RESOURCE_PROVIDER_URI_DISK_PROFILE_HPP__</span></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html"><div 
class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html">mesos::internal::profile::UriDiskProfileAdaptor</a></div><div
 class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:180</div></div>
 <div class="ttc" id="classError_html"><div class="ttname"><a 
href="classError.html">Error</a></div><div class="ttdef"><b>Definition:</b> 
errorbase.hpp:35</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a 
href="classOption.html">Option&lt; Error &gt;</a></div></div>
 <div class="ttc" 
id="structprocess_1_1http_1_1URL_html_aeb5accae04a1e271d4fdafa22131c150"><div 
class="ttname"><a 
href="structprocess_1_1http_1_1URL.html#aeb5accae04a1e271d4fdafa22131c150">process::http::URL::parse</a></div><div
 class="ttdeci">static Try&lt; URL &gt; parse(const std::string 
&amp;urlString)</div></div>
 <div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_a818172f9ea5940d28a1ea2012aa47640"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a818172f9ea5940d28a1ea2012aa47640">mesos::internal::profile::UriDiskProfileAdaptorProcess::initialize</a></div><div
 class="ttdeci">virtual void initialize() override</div><div 
class="ttdoc">Invoked when a process gets spawned. </div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a72c674ee3bb60e8bf36b300e8eca67cc"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">mesos::internal::profile::UriDiskProfileAdaptor::flags</a></div><div
 class="ttdeci">Flags flags</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:190</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a72c674ee3bb60e8bf36b300e8eca67cc"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a72c674ee3bb60e8bf36b300e8eca67cc">mesos::internal::profile::UriDiskProfileAdaptor::flags</a></div><div
 class="ttdeci">Flags flags</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:196</div></div>
 <div class="ttc" id="classTry_html"><div class="ttname"><a 
href="classTry.html">Try</a></div><div class="ttdef"><b>Definition:</b> 
try.hpp:34</div></div>
 <div class="ttc" id="classhashset_html"><div class="ttname"><a 
href="classhashset.html">hashset&lt; std::string &gt;</a></div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_aac97559cdd80b5e951b51d90046cd456"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#aac97559cdd80b5e951b51d90046cd456">mesos::internal::profile::UriDiskProfileAdaptorProcess::translate</a></div><div
 class="ttdeci">process::Future&lt; DiskProfileAdaptor::ProfileInfo &gt; 
translate(const std::string &amp;profile, const ResourceProviderInfo 
&amp;resourceProviderInfo)</div></div>
 <div class="ttc" id="structmesos_1_1internal_1_1profile_1_1Flags_html"><div 
class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html">mesos::internal::profile::Flags</a></div><div
 class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:50</div></div>
 <div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a1d2f2b61514b04c2ab8615a4e331bfb2"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a1d2f2b61514b04c2ab8615a4e331bfb2">mesos::internal::profile::UriDiskProfileAdaptor::~UriDiskProfileAdaptor</a></div><div
 class="ttdeci">virtual ~UriDiskProfileAdaptor()</div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a2a1bcf83da4e8e2ce2389fd929d4e99f"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a2a1bcf83da4e8e2ce2389fd929d4e99f">mesos::internal::profile::UriDiskProfileAdaptor::watch</a></div><div
 class="ttdeci">virtual process::Future&lt; hashset&lt; std::string &gt; &gt; 
watch(const hashset&lt; std::string &gt; &amp;knownProfiles, const std::string 
&amp;csiPluginInfoType) override</div><div class="ttdoc">Returns a future that 
will be satisifed iff the set of profiles known by the module differs from the 
...</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a7b2fa69e4f1d061c6da40f217da0121f"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a7b2fa69e4f1d061c6da40f217da0121f">mesos::internal::profile::UriDiskProfileAdaptor::watch</a></div><div
 class="ttdeci">virtual process::Future&lt; hashset&lt; std::string &gt; &gt; 
watch(const hashset&lt; std::string &gt; &amp;knownProfiles, const 
ResourceProviderInfo &amp;resourceProviderInfo) override</div><div 
class="ttdoc">Returns a future that will be satisifed iff the set of profiles 
known by the module differs from the ...</div></div>
 <div class="ttc" id="classDuration_html"><div class="ttname"><a 
href="classDuration.html">Duration</a></div><div 
class="ttdef"><b>Definition:</b> duration.hpp:32</div></div>
 <div class="ttc" id="classOption_html_a4e3bf8416d95246f43c91f1b5c309323"><div 
class="ttname"><a 
href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">Option::isSome</a></div><div
 class="ttdeci">bool isSome() const </div><div class="ttdef"><b>Definition:</b> 
option.hpp:115</div></div>
-<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_ae427888bb547a4bf70b07eb058419fb9"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">mesos::internal::profile::Flags::uri</a></div><div
 class="ttdeci">Path uri</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:155</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a805d75d0b0f8fdb303b6e3056b4c40c9"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a805d75d0b0f8fdb303b6e3056b4c40c9">mesos::internal::profile::UriDiskProfileAdaptor::translate</a></div><div
 class="ttdeci">virtual process::Future&lt; DiskProfileAdaptor::ProfileInfo 
&gt; translate(const std::string &amp;profile, const ResourceProviderInfo 
&amp;resourceProviderInfo) override</div><div class="ttdoc">Returns the CSI 
volume capability and the parameters to create CSI volumes associated with the 
profil...</div></div>
+<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_ae427888bb547a4bf70b07eb058419fb9"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae427888bb547a4bf70b07eb058419fb9">mesos::internal::profile::Flags::uri</a></div><div
 class="ttdeci">Path uri</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:161</div></div>
 <div class="ttc" id="disk__profile__utils_8hpp_html"><div class="ttname"><a 
href="disk__profile__utils_8hpp.html">disk_profile_utils.hpp</a></div></div>
 <div class="ttc" 
id="namespacestrings_html_a269921757daf11096d3f5e02686f8444"><div 
class="ttname"><a 
href="namespacestrings.html#a269921757daf11096d3f5e02686f8444">strings::contains</a></div><div
 class="ttdeci">bool contains(const std::string &amp;s, const std::string 
&amp;substr)</div><div class="ttdef"><b>Definition:</b> 
strings.hpp:406</div></div>
 <div class="ttc" id="duration_8hpp_html"><div class="ttname"><a 
href="duration_8hpp.html">duration.hpp</a></div></div>
-<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_a7bed0d3e77c8a7fadc6ca05cb84ea5bc"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">mesos::internal::profile::Flags::poll_interval</a></div><div
 class="ttdeci">Option&lt; Duration &gt; poll_interval</div><div 
class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:157</div></div>
+<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_a7bed0d3e77c8a7fadc6ca05cb84ea5bc"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#a7bed0d3e77c8a7fadc6ca05cb84ea5bc">mesos::internal::profile::Flags::poll_interval</a></div><div
 class="ttdeci">Option&lt; Duration &gt; poll_interval</div><div 
class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:163</div></div>
 <div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_afe9df0e0e5c89333004416eb5dc51349"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#afe9df0e0e5c89333004416eb5dc51349">mesos::internal::profile::UriDiskProfileAdaptor::UriDiskProfileAdaptor</a></div><div
 class="ttdeci">UriDiskProfileAdaptor(const Flags &amp;_flags)</div></div>
-<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_ae38e01d8f13ea537d91186e5b53efeb6"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">mesos::internal::profile::Flags::max_random_wait</a></div><div
 class="ttdeci">Duration max_random_wait</div><div 
class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:158</div></div>
+<div class="ttc" 
id="structmesos_1_1internal_1_1profile_1_1Flags_html_ae38e01d8f13ea537d91186e5b53efeb6"><div
 class="ttname"><a 
href="structmesos_1_1internal_1_1profile_1_1Flags.html#ae38e01d8f13ea537d91186e5b53efeb6">mesos::internal::profile::Flags::max_random_wait</a></div><div
 class="ttdeci">Duration max_random_wait</div><div 
class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:164</div></div>
 <div class="ttc" id="classPath_html"><div class="ttname"><a 
href="classPath.html">Path</a></div><div class="ttdoc">Represents a POSIX or 
Windows file system path and offers common path manipulations. </div><div 
class="ttdef"><b>Definition:</b> path.hpp:145</div></div>
 <div class="ttc" id="path_8hpp_html"><div class="ttname"><a 
href="path_8hpp.html">path.hpp</a></div></div>
 <div class="ttc" id="classSeconds_html"><div class="ttname"><a 
href="classSeconds.html">Seconds</a></div><div class="ttdef"><b>Definition:</b> 
duration.hpp:207</div></div>
 <div class="ttc" id="classflags_1_1FlagsBase_html"><div class="ttname"><a 
href="classflags_1_1FlagsBase.html">flags::FlagsBase</a></div><div 
class="ttdef"><b>Definition:</b> flags.hpp:44</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2flags_8hpp_html"><div 
class="ttname"><a 
href="3rdparty_2stout_2include_2stout_2flags_8hpp.html">flags.hpp</a></div></div>
 <div class="ttc" id="classOption_html_a21358442c0fac1cc978a67a9a9089a79"><div 
class="ttname"><a 
href="classOption.html#a21358442c0fac1cc978a67a9a9089a79">Option::get</a></div><div
 class="ttdeci">const T &amp; get() const &amp;</div><div 
class="ttdef"><b>Definition:</b> option.hpp:118</div></div>
-<div class="ttc" id="classmesos_1_1DiskProfileAdaptor_html"><div 
class="ttname"><a 
href="classmesos_1_1DiskProfileAdaptor.html">mesos::DiskProfileAdaptor</a></div><div
 class="ttdoc">This module is used by Storage Resource Providers to translate 
the &amp;quot;profile&amp;quot; field of a Resource::Dis...</div><div 
class="ttdef"><b>Definition:</b> disk_profile.hpp:50</div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a9e307897a4a26da842a50075ba91db0f"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">mesos::internal::profile::UriDiskProfileAdaptor::process</a></div><div
 class="ttdeci">process::Owned&lt; UriDiskProfileAdaptorProcess &gt; 
process</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:191</div></div>
+<div class="ttc" id="classmesos_1_1DiskProfileAdaptor_html"><div 
class="ttname"><a 
href="classmesos_1_1DiskProfileAdaptor.html">mesos::DiskProfileAdaptor</a></div><div
 class="ttdoc">This module is used by Storage Resource Providers to translate 
the &amp;quot;profile&amp;quot; field of a Resource::Dis...</div><div 
class="ttdef"><b>Definition:</b> disk_profile.hpp:52</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a9e307897a4a26da842a50075ba91db0f"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a9e307897a4a26da842a50075ba91db0f">mesos::internal::profile::UriDiskProfileAdaptor::process</a></div><div
 class="ttdeci">process::Owned&lt; UriDiskProfileAdaptorProcess &gt; 
process</div><div class="ttdef"><b>Definition:</b> 
uri_disk_profile.hpp:197</div></div>
 <div class="ttc" id="classPath_html_a240c7b71a23c8e97b5490dbae75cc948"><div 
class="ttname"><a 
href="classPath.html#a240c7b71a23c8e97b5490dbae75cc948">Path::absolute</a></div><div
 class="ttdeci">bool absolute() const </div><div 
class="ttdef"><b>Definition:</b> path.hpp:306</div></div>
 <div class="ttc" id="option_8hpp_html"><div class="ttname"><a 
href="option_8hpp.html">option.hpp</a></div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_ac75c49664666b6a0188a76353a726273"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#ac75c49664666b6a0188a76353a726273">mesos::internal::profile::UriDiskProfileAdaptorProcess::watch</a></div><div
 class="ttdeci">process::Future&lt; hashset&lt; std::string &gt; &gt; 
watch(const hashset&lt; std::string &gt; &amp;knownProfiles, const std::string 
&amp;csiPluginInfoType)</div></div>
 <div class="ttc" id="classTry_html_aec4a11ddd3c036e889d90b7eb6258ba7"><div 
class="ttname"><a 
href="classTry.html#aec4a11ddd3c036e889d90b7eb6258ba7">Try::error</a></div><div 
class="ttdeci">static Try error(const E &amp;e)</div><div 
class="ttdef"><b>Definition:</b> try.hpp:42</div></div>
 <div class="ttc" 
id="resource__provider_2storage_2disk__profile_8hpp_html"><div 
class="ttname"><a 
href="resource__provider_2storage_2disk__profile_8hpp.html">disk_profile.hpp</a></div></div>
 <div class="ttc" id="future_8hpp_html"><div class="ttname"><a 
href="future_8hpp.html">future.hpp</a></div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_a33f06ad6fb652a6a22f713721ce77ba0"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a33f06ad6fb652a6a22f713721ce77ba0">mesos::internal::profile::UriDiskProfileAdaptorProcess::translate</a></div><div
 class="ttdeci">process::Future&lt; mesos::DiskProfileAdaptor::ProfileInfo &gt; 
translate(const std::string &amp;profile, const std::string 
&amp;csiPluginInfoType)</div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">mesos::internal::profile::UriDiskProfileAdaptorProcess</a></div><div
 class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:195</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html">mesos::internal::profile::UriDiskProfileAdaptorProcess</a></div><div
 class="ttdef"><b>Definition:</b> uri_disk_profile.hpp:201</div></div>
 <div class="ttc" id="decoder_8hpp_html_abb0829cce9dd20a40ae0d86890ae85c6"><div 
class="ttname"><a 
href="decoder_8hpp.html#abb0829cce9dd20a40ae0d86890ae85c6">flags</a></div><div 
class="ttdeci">#define flags</div><div class="ttdef"><b>Definition:</b> 
decoder.hpp:18</div></div>
 <div class="ttc" id="error_8hpp_html"><div class="ttname"><a 
href="error_8hpp.html">error.hpp</a></div></div>
 <div class="ttc" id="structNone_html"><div class="ttname"><a 
href="structNone.html">None</a></div><div class="ttdef"><b>Definition:</b> 
none.hpp:27</div></div>
@@ -343,11 +346,11 @@
 <div class="ttc" 
id="classflags_1_1FlagsBase_html_a09ebe840242a3b0fbd3263bb6c7ca226"><div 
class="ttname"><a 
href="classflags_1_1FlagsBase.html#a09ebe840242a3b0fbd3263bb6c7ca226">flags::FlagsBase::add</a></div><div
 class="ttdeci">void add(T1 Flags::*t1, const Name &amp;name, const Option&lt; 
Name &gt; &amp;alias, const std::string &amp;help, const T2 *t2, F 
validate)</div><div class="ttdef"><b>Definition:</b> flags.hpp:333</div></div>
 <div class="ttc" id="owned_8hpp_html"><div class="ttname"><a 
href="owned_8hpp.html">owned.hpp</a></div></div>
 <div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_ae6cf670e420497db950ddd2d75e22485"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#ae6cf670e420497db950ddd2d75e22485">mesos::internal::profile::UriDiskProfileAdaptorProcess::UriDiskProfileAdaptorProcess</a></div><div
 class="ttdeci">UriDiskProfileAdaptorProcess(const Flags 
&amp;_flags)</div></div>
-<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor_html_a28f7504a35efefc91b93ab0f98039a36"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptor.html#a28f7504a35efefc91b93ab0f98039a36">mesos::internal::profile::UriDiskProfileAdaptor::translate</a></div><div
 class="ttdeci">virtual process::Future&lt; 
mesos::DiskProfileAdaptor::ProfileInfo &gt; translate(const std::string 
&amp;profile, const std::string &amp;csiPluginInfoType) override</div><div 
class="ttdoc">Called before a Storage Resource Provider makes an affected CSI 
request. </div></div>
 <div class="ttc" id="classprocess_1_1Owned_html"><div class="ttname"><a 
href="classprocess_1_1Owned.html">process::Owned</a></div><div 
class="ttdef"><b>Definition:</b> owned.hpp:35</div></div>
 <div class="ttc" 
id="namespacestrings_html_aa5513faacb213c7e097c0d43af43d9c7"><div 
class="ttname"><a 
href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a></div><div
 class="ttdeci">bool startsWith(const std::string &amp;s, const std::string 
&amp;prefix)</div><div class="ttdef"><b>Definition:</b> 
strings.hpp:380</div></div>
 <div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a 
href="classprocess_1_1Process.html">process::Process</a></div><div 
class="ttdef"><b>Definition:</b> process.hpp:493</div></div>
 <div class="ttc" id="classPath_html_a9d36a94d674e3f889eb8f46dc7a156b8"><div 
class="ttname"><a 
href="classPath.html#a9d36a94d674e3f889eb8f46dc7a156b8">Path::string</a></div><div
 class="ttdeci">const std::string &amp; string() const </div><div 
class="ttdef"><b>Definition:</b> path.hpp:317</div></div>
+<div class="ttc" 
id="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess_html_a8e8a5728dc13fccd9a20a6f61c555571"><div
 class="ttname"><a 
href="classmesos_1_1internal_1_1profile_1_1UriDiskProfileAdaptorProcess.html#a8e8a5728dc13fccd9a20a6f61c555571">mesos::internal::profile::UriDiskProfileAdaptorProcess::watch</a></div><div
 class="ttdeci">process::Future&lt; hashset&lt; std::string &gt; &gt; 
watch(const hashset&lt; std::string &gt; &amp;knownProfiles, const 
ResourceProviderInfo &amp;resourceProviderInfo)</div></div>
 <div class="ttc" id="include_2csi_2spec_8hpp_html"><div class="ttname"><a 
href="include_2csi_2spec_8hpp.html">spec.hpp</a></div></div>
 <div class="ttc" 
id="3rdparty_2libprocess_2include_2process_2ssl_2flags_8hpp_html"><div 
class="ttname"><a 
href="3rdparty_2libprocess_2include_2process_2ssl_2flags_8hpp.html">flags.hpp</a></div></div>
 <div class="ttc" id="libprocess_2include_2process_2process_8hpp_html"><div 
class="ttname"><a 
href="libprocess_2include_2process_2process_8hpp.html">process.hpp</a></div></div>

Reply via email to